1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-10-19 02:37:12 +00:00
parent 6f976ee5d4
commit b51e8b8ec4
+1
View File
@@ -20,6 +20,7 @@ mkdir $tmp || framework_fail=1
a=1
n=300
i=$a
echo 'creating $n files... in $tmp'
while :; do
touch $tmp/$i || framework_fail=1
test `expr $i = $n` = 1 && break