summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-19 03:12:10 +0000
committerJim Meyering <jim@meyering.net>1997-10-19 03:12:10 +0000
commit22b1971cbce2413f49457fee8688510ce99de489 (patch)
tree24ee161d70228219454078c61ce4f6fe0f2b6ca7 /tests
parenta7e650ac125477a58e335da72265a14f6eb531d7 (diff)
downloadcoreutils-22b1971cbce2413f49457fee8688510ce99de489.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/deep-12
-rwxr-xr-xtests/rm/r-32
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1
index 7d9c96582..30d3bc08e 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 319ad4463..a5ee7036f 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