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.
2 parents 128335a + 6818bbe commit 7470f65Copy full SHA for 7470f65
1 file changed
tests/by-util/test_uptime.rs
@@ -74,7 +74,7 @@ fn test_uptime_with_fifo() {
74
ts.ucmd()
75
.arg("fifo1")
76
.fails()
77
- .stderr_contains("uptime: couldn't get boot time: Illegal seek")
+ .stderr_contains("uptime: couldn't get boot time")
78
.stdout_contains("up ???? days ??:??")
79
.stdout_contains("load average");
80
0 commit comments