1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-13 21:49:04 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-07-18 13:53:32 +00:00
parent 7fc23ef625
commit 7fd7c6465e
+2 -2
View 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