1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-10-19 03:12:10 +00:00
parent a7e650ac12
commit 22b1971cbc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ k_deep=$k200$k200
# Create a directory in $tmp with lots of `k' components.
deep=$tmp$k_deep
echo 'creating a hierarchy 400 deep in $tmp...'
echo "creating a hierarchy 400 deep in $tmp..."
$MKDIR -p $deep || fail=1
find $tmp > k
+1 -1
View File
@@ -20,7 +20,7 @@ mkdir $tmp || framework_fail=1
a=1
n=300
i=$a
echo 'creating $n files in $tmp...'
echo "creating $n files in $tmp..."
while :; do
touch $tmp/$i || framework_fail=1
test `expr $i = $n` = 1 && break