1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-12 16:05:03 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-07-18 13:54:40 +00:00
parent 7fd7c6465e
commit e77a16efec

View File

@@ -31,14 +31,14 @@ if test $framework_failure = 1; then
fi
sleep 2
for d in $dirs; do
for d in $TOUCH_DIR_LIST; do
$TOUCH $d/a || fail=1
set x `$LS -t $d/a $d/b`
test "$*" = "x $d/a $d/b" || fail=1
done
sleep 2
for d in $dirs; do
for d in $TOUCH_DIR_LIST; do
$TOUCH $d/b
set x `$LS -t $d/a $d/b`
test "$*" = "x $d/b $d/a" || fail=1