From 75637a7ef48630513cc1d8122e5ba07d886d5399 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 27 May 1998 12:35:56 +0000 Subject: Don't use the ctime for testing, it is impossible to set it reliably. --- tests/ls/cr-1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ls') diff --git a/tests/ls/cr-1 b/tests/ls/cr-1 index 202b3d8d2..fc91655cd 100755 --- a/tests/ls/cr-1 +++ b/tests/ls/cr-1 @@ -40,10 +40,10 @@ fi fail=0 -set `$LS -c a b c` +set `$LS -t a b c` test "$*" = 'a b c' && : || fail=1 -set `$LS -rc a b c` +set `$LS -rt a b c` test "$*" = 'c b a' && : || fail=1 cd .. -- cgit v1.2.3-54-g00ecf