From: Jim Meyering Date: Sat, 24 Jan 1998 16:27:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16l~21 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fc68d2786b571ef389a3c1c0214fbae0f52ac6b9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/ls/time-1 b/tests/ls/time-1 index c0b90226c9..19d97e699c 100755 --- a/tests/ls/time-1 +++ b/tests/ls/time-1 @@ -69,11 +69,9 @@ set `$LS -c a c` if test "$*" = 'c a'; then : ok else - if test "$VERBOSE" = yes; then - # In spite of documentation, (e.g., stat(2)), neither link nor chmod - # update a file's st_ctime on SunOS4.1.4. - echo "failed ls ctime test -- this is expected at least for SunOS4.1.4" >&2 - fi + # In spite of documentation, (e.g., stat(2)), neither link nor chmod + # update a file's st_ctime on SunOS4.1.4. + echo "failed ls ctime test -- this is expected at least for SunOS4.1.4" >&2 fail=1 fi