mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
uptime: relax error message due to different errno on MacOS
Fixes #6569.
This commit is contained in:
parent
128335a24b
commit
6818bbe5d7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue