mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #6571 from BenWiederhake/dev-fix-mac-ci
uptime: relax error message due to different errno on MacOS
This commit is contained in:
commit
7470f657ad
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ fn test_uptime_with_fifo() {
|
||||||
ts.ucmd()
|
ts.ucmd()
|
||||||
.arg("fifo1")
|
.arg("fifo1")
|
||||||
.fails()
|
.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("up ???? days ??:??")
|
||||||
.stdout_contains("load average");
|
.stdout_contains("load average");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue