*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 Jan 1998 16:27:26 +0000 (16:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Jan 1998 16:27:26 +0000 (16:27 +0000)
tests/ls/time-1

index c0b90226c9eaae5ebd84427a146d98967d0a0983..19d97e699c460d1974a54e9ec0cdb2b66c944422 100755 (executable)
@@ -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