summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/touch/empty-file4
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