]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Punt on the uptime test, since it fails when
authorJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 22:08:48 +0000 (22:08 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 22:08:48 +0000 (22:08 +0000)
it can't get boot time, and I don't want that to stop `make check'.

tests/help-version

index 08dceced26bd25d78395c6ca5f33047f33d9d55a..409d2e86c0a43ac23160b9af169bcaa77d0bf501 100755 (executable)
@@ -103,6 +103,9 @@ chgrp_args=--version
 chown_args=--version
 mkfifo_args=--version
 mknod_args=--version
+# Punt on uptime, since it fails (e.g., failing to get boot time)
+# on some systems, and we shouldn't let that stop `make check'.
+uptime_args=--version
 
 cmp_args="$tmp_in $tmp_in2"
 diff_args="$tmp_in $tmp_in2"