summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-08 09:21:08 +0000
committerJim Meyering <jim@meyering.net>2002-10-08 09:21:08 +0000
commitfb763e4f7a17ea1d034d1e8ad9b57bc3b217c645 (patch)
treed09246edabe78a9c4b537ff25232a0eaf3084d1e /tests/rm
parentf3584c5e622d933ba7e2532ea6e6f07f8c1fc60d (diff)
downloadcoreutils-fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645.tar.xz
Use double quotes around diagnostic.
Diffstat (limited to 'tests/rm')
-rwxr-xr-xtests/rm/dangling-symlink2
-rwxr-xr-xtests/rm/i-no-r2
-rwxr-xr-xtests/rm/r-12
-rwxr-xr-xtests/rm/rm12
-rwxr-xr-xtests/rm/rm22
-rwxr-xr-xtests/rm/rm32
-rwxr-xr-xtests/rm/rm42
-rwxr-xr-xtests/rm/rm52
-rwxr-xr-xtests/rm/sunos-12
-rwxr-xr-xtests/rm/unread22
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink
index ac0de5650..35ad93010 100755
--- a/tests/rm/dangling-symlink
+++ b/tests/rm/dangling-symlink
@@ -21,7 +21,7 @@ ln -s no-file dangle
ln -s / symlink
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/i-no-r b/tests/rm/i-no-r
index ab325d242..57733c8fd 100755
--- a/tests/rm/i-no-r
+++ b/tests/rm/i-no-r
@@ -20,7 +20,7 @@ mkdir dir || framework_failure=1
echo y > y || framework_failure=1
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit 1
fi
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index e755346d1..91560c8ce 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -28,7 +28,7 @@ removed `b'
EOF
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/rm1 b/tests/rm/rm1
index 01dc3c2df..998a30673 100755
--- a/tests/rm/rm1
+++ b/tests/rm/rm1
@@ -22,7 +22,7 @@ mkdir -p b/a/p b/c b/d || framework_failure=1
chmod u-w b/a || framework_failure=1
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/rm2 b/tests/rm/rm2
index 5ff948d29..e2d83f611 100755
--- a/tests/rm/rm2
+++ b/tests/rm/rm2
@@ -22,7 +22,7 @@ mkdir -p a/1/2 b/3 || framework_failure=1
chmod u-x a/1 b || framework_failure=1
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/rm3 b/tests/rm/rm3
index a7699f3ad..0f0bce83b 100755
--- a/tests/rm/rm3
+++ b/tests/rm/rm3
@@ -29,7 +29,7 @@ chmod u-w fu du empty-u || framework_failure=1
cd ..
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/rm4 b/tests/rm/rm4
index 4797a2347..289f3e7ab 100755
--- a/tests/rm/rm4
+++ b/tests/rm/rm4
@@ -21,7 +21,7 @@ cd $tmp || framework_failure=1
mkdir dir || framework_failure=1
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/rm5 b/tests/rm/rm5
index d2bc70a24..55e74eead 100755
--- a/tests/rm/rm5
+++ b/tests/rm/rm5
@@ -32,7 +32,7 @@ rm: remove directory `d'
EOF
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/sunos-1 b/tests/rm/sunos-1
index 366578096..c5f10fd45 100755
--- a/tests/rm/sunos-1
+++ b/tests/rm/sunos-1
@@ -19,7 +19,7 @@ mkdir -p $tmp || framework_failure=1
cd $tmp || framework_failure=1
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi
diff --git a/tests/rm/unread2 b/tests/rm/unread2
index 3468e7f5d..730f88b55 100755
--- a/tests/rm/unread2
+++ b/tests/rm/unread2
@@ -22,7 +22,7 @@ mkdir -p a/b || framework_failure=1
chmod u-r a
if test $framework_failure = 1; then
- echo '$0: failure in testing framework' 1>&2
+ echo "$0: failure in testing framework" 1>&2
(exit 1); exit
fi