mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uptime: relax error message due to different errno on MacOS
Fixes #6569.
This commit is contained in:
@@ -74,7 +74,7 @@ fn test_uptime_with_fifo() {
|
||||
ts.ucmd()
|
||||
.arg("fifo1")
|
||||
.fails()
|
||||
.stderr_contains("uptime: couldn't get boot time: Illegal seek")
|
||||
.stderr_contains("uptime: couldn't get boot time")
|
||||
.stdout_contains("up ???? days ??:??")
|
||||
.stdout_contains("load average");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user