From: Jim Meyering Date: Wed, 5 Jan 2005 22:08:48 +0000 (+0000) Subject: Punt on the uptime test, since it fails when X-Git-Tag: v5.3.0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ac7d89b86fa936744058a6f7e83c52d389692e;p=thirdparty%2Fcoreutils.git Punt on the uptime test, since it fails when it can't get boot time, and I don't want that to stop `make check'. --- diff --git a/tests/help-version b/tests/help-version index 08dceced26..409d2e86c0 100755 --- a/tests/help-version +++ b/tests/help-version @@ -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"