]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
List --full-time dates upon failure.
authorJim Meyering <jim@meyering.net>
Sat, 4 Dec 1999 17:31:23 +0000 (17:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Dec 1999 17:31:23 +0000 (17:31 +0000)
tests/ls/time-1

index eb7400a1f56bd70ae19acb3e7f041d60dc445081..429615d2823c3c25beb07bd854635c1a27d14fdc 100755 (executable)
@@ -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`