Skip to content

Commit 7470f65

Browse files
authored
Merge pull request #6571 from BenWiederhake/dev-fix-mac-ci
uptime: relax error message due to different errno on MacOS
2 parents 128335a + 6818bbe commit 7470f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/by-util/test_uptime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fn test_uptime_with_fifo() {
7474
ts.ucmd()
7575
.arg("fifo1")
7676
.fails()
77-
.stderr_contains("uptime: couldn't get boot time: Illegal seek")
77+
.stderr_contains("uptime: couldn't get boot time")
7878
.stdout_contains("up ???? days ??:??")
7979
.stdout_contains("load average");
8080

0 commit comments

Comments
 (0)