From b1b10e1e4014d8e6afc59e8e88d22f964584f387 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Dec 1999 17:31:23 +0000 Subject: List --full-time dates upon failure. --- tests/ls/time-1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/ls/time-1') diff --git a/tests/ls/time-1 b/tests/ls/time-1 index eb7400a1f..429615d28 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` -- cgit v1.2.3-70-g09d2