diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-05 22:08:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-05 22:08:48 +0000 |
commit | a2ac7d89b86fa936744058a6f7e83c52d389692e (patch) | |
tree | 9f97e2cb7d3c90f9d042e6613d6b00277dcc5156 /tests/help-version | |
parent | e366fb25d063a487da6851e3dff25d4238671de5 (diff) | |
download | coreutils-a2ac7d89b86fa936744058a6f7e83c52d389692e.tar.xz |
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'.
Diffstat (limited to 'tests/help-version')
-rwxr-xr-x | tests/help-version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version index 08dceced2..409d2e86c 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" |