From: Jim Meyering Date: Sun, 19 Oct 1997 03:12:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22c~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22b1971cbce2413f49457fee8688510ce99de489;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/rm/deep-1 b/tests/rm/deep-1 index 7d9c96582c..30d3bc08ea 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -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 diff --git a/tests/rm/r-3 b/tests/rm/r-3 index 319ad4463b..a5ee7036f1 100755 --- a/tests/rm/r-3 +++ b/tests/rm/r-3 @@ -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