From e77a16efeca09a2cac2b95b49c7a453e05fb23ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Jul 1998 13:54:40 +0000 Subject: *** empty log message *** --- tests/touch/empty-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/touch/empty-file') diff --git a/tests/touch/empty-file b/tests/touch/empty-file index 849b91489..e77d3409e 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-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 -- cgit v1.2.3-54-g00ecf