From: Jim Meyering Date: Sat, 4 Dec 1999 17:31:23 +0000 (+0000) Subject: List --full-time dates upon failure. X-Git-Tag: FILEUTILS-4_0k~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1b10e1e4014d8e6afc59e8e88d22f964584f387;p=thirdparty%2Fcoreutils.git List --full-time dates upon failure. --- diff --git a/tests/ls/time-1 b/tests/ls/time-1 index eb7400a1f5..429615d282 100755 --- a/tests/ls/time-1 +++ b/tests/ls/time-1 @@ -52,9 +52,11 @@ fi set `ls -u a b c` test "$*" = 'c b a' && : || fail=1 +test $fail = 1 && ls -l --full-time --time=access a b c set `ls -t a b c` test "$*" = 'a b c' && : || fail=1 +test $fail = 1 && ls -l --full-time a b c # Now, C should have ctime more recent than A. set `ls -c a c`