summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/ls/time-18
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/ls/time-1 b/tests/ls/time-1
index c0b90226c..19d97e699 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