]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Jul 1998 13:53:32 +0000 (13:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Jul 1998 13:53:32 +0000 (13:53 +0000)
tests/touch/empty-file

index 8dcc49dd9134b2c2d8f741d4e5cc056908df3df7..849b914890af1482e6bd6eb19537e8eb518b4f4b 100755 (executable)
@@ -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