Skip to content

Commit ea9309c

Browse files
committed
uptime(test): remove pipe_in from test
1 parent 1340a08 commit ea9309c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/by-util/test_uptime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fn test_write_error_handling() {
3434
File::create("/dev/full").expect("Failed to open /dev/full - test must run on Linux");
3535

3636
new_ucmd!()
37-
.pipe_in("test content that should cause write error to /dev/full")
3837
.set_stdout(dev_full)
3938
.fails()
4039
.code_is(1)

0 commit comments

Comments
 (0)