From 7fd7c6465ead53543f20bb6b4c4a5d5f37658c30 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Jul 1998 13:53:32 +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 8dcc49dd9..849b91489 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-file @@ -15,11 +15,11 @@ fi # FIXME: find writable directories on other partitions # and run the test in those directories, too. -dirs=. +: ${TOUCH_DIR_LIST=.} framework_failure=0 -for d in $dirs; do +for d in $TOUCH_DIR_LIST; do rm -rf $d/a $d/b : > $d/a || framework_failure=1 : > $d/b || framework_failure=1 -- cgit v1.2.3-54-g00ecf