diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-18 13:54:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-18 13:54:40 +0000 |
commit | e77a16efeca09a2cac2b95b49c7a453e05fb23ac (patch) | |
tree | fb169625ca262c2fdd5537bf95b2ef232fe745b2 /tests/touch/empty-file | |
parent | 7fd7c6465ead53543f20bb6b4c4a5d5f37658c30 (diff) | |
download | coreutils-e77a16efeca09a2cac2b95b49c7a453e05fb23ac.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/touch/empty-file')
-rwxr-xr-x | tests/touch/empty-file | 4 |
1 files changed, 2 insertions, 2 deletions
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 |