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