Skip to content

Commit

Permalink
Merge pull request #6571 from BenWiederhake/dev-fix-mac-ci
Browse files Browse the repository at this point in the history
uptime: relax error message due to different errno on MacOS
  • Loading branch information
sylvestre authored Jul 15, 2024
2 parents 128335a + 6818bbe commit 7470f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_uptime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 7470f65

Please sign in to comment.