We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1340a08 commit ea9309cCopy full SHA for ea9309c
tests/by-util/test_uptime.rs
@@ -34,7 +34,6 @@ fn test_write_error_handling() {
34
File::create("/dev/full").expect("Failed to open /dev/full - test must run on Linux");
35
36
new_ucmd!()
37
- .pipe_in("test content that should cause write error to /dev/full")
38
.set_stdout(dev_full)
39
.fails()
40
.code_is(1)
0 commit comments