From: Jim Meyering Date: Sat, 18 Jul 1998 13:54:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16s~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77a16efeca09a2cac2b95b49c7a453e05fb23ac;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/touch/empty-file b/tests/touch/empty-file index 849b914890..e77d3409ec 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