Use double quotes around diagnostic.
authorJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:21:08 +0000 (09:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:21:08 +0000 (09:21 +0000)
37 files changed:
tests/chmod/equals
tests/cp/backup-1
tests/cp/backup-is-src
tests/cp/cp-mv-backup
tests/cp/no-deref-link1
tests/cp/no-deref-link2
tests/cp/no-deref-link3
tests/cp/r-vs-symlink
tests/du/slink
tests/fmt/long-line
tests/ls/recursive
tests/ls/rt-1
tests/misc/csplit
tests/misc/head-pos
tests/misc/pathchk1
tests/misc/printf
tests/misc/split-a
tests/mv/dup-source
tests/mv/i-link-no
tests/mv/part-fail
tests/mv/part-rename
tests/mv/perm-1
tests/od/x8
tests/rm/dangling-symlink
tests/rm/i-no-r
tests/rm/r-1
tests/rm/rm1
tests/rm/rm2
tests/rm/rm3
tests/rm/rm4
tests/rm/rm5
tests/rm/sunos-1
tests/rm/unread2
tests/rmdir/t-slash
tests/sample-test
tests/tail-2/start-middle
tests/touch/no-create-missing

index 82667e0..2f833be 100755 (executable)
@@ -18,7 +18,7 @@ cd $tmp || framework_failure=1
 touch f || 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
 
index 3116dd1..29e36e5 100755 (executable)
@@ -15,7 +15,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
 
index 2d0e7d2..d1eb1d3 100755 (executable)
@@ -20,7 +20,7 @@ echo a > a || framework_failure=1
 echo a-tilde > 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
 
index e892d29..f8186df 100755 (executable)
@@ -27,7 +27,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
 
index 24246b6..780ad20 100755 (executable)
@@ -17,7 +17,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
 
index 7663183..21f2867 100755 (executable)
@@ -17,7 +17,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
 
index 370803f..c716917 100755 (executable)
@@ -17,7 +17,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
 
index a06409f..22ea7ca 100755 (executable)
@@ -24,7 +24,7 @@ ln -s foo slink || framework_failure=1
 ln -s no-such-file no-file || 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
 
index 36fd31a..b309ddd 100755 (executable)
@@ -16,7 +16,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 1
 fi
 
index a5f789c..9905e20 100755 (executable)
@@ -50,7 +50,7 @@ cat <<\EOF > exp || framework_failure=1
 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 1
 fi
 
index a7809b4..3b4cb72 100755 (executable)
@@ -22,7 +22,7 @@ mkdir x y a b c a/1 a/2 a/3 || framework_failure=1
 touch f a/1/I a/1/II || 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
 
index 5a42884..66aa3ca 100755 (executable)
@@ -26,7 +26,7 @@ touch -d "$date" a || framework_failure=1
 touch -d "$date" 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
 
index 5cb1b07..b0cb1fa 100755 (executable)
@@ -18,7 +18,7 @@ mkdir $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
 
index 3cb3ec1..403dde6 100755 (executable)
@@ -18,7 +18,7 @@ cd $tmp || framework_failure=1
 (echo a; echo b) > in || 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
 
index a19cdb0..ecc131f 100755 (executable)
@@ -19,7 +19,7 @@ cd $tmp || framework_failure=1
 touch file || 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
 
index 70c0df5..4e21502 100755 (executable)
@@ -16,7 +16,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 1
 fi
 
index 5e4c0b7..1e08968 100755 (executable)
@@ -16,7 +16,7 @@ mkdir $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
 
index 350be11..4028538 100755 (executable)
@@ -24,7 +24,7 @@ mkdir $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
 
index ec5c7ba..ed72164 100755 (executable)
@@ -25,7 +25,7 @@ ln b/FUBAR b/bar || framework_failure=1
 chmod a-w b/bar || 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
 
index b512db7..09d29df 100755 (executable)
@@ -31,7 +31,7 @@ touch k $other_partition_tmpdir/k || framework_failure=1
 chmod u-w $other_partition_tmpdir || 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
 
index 9ce1e89..e908c55 100755 (executable)
@@ -27,7 +27,7 @@ cd $tmp || framework_failure=1
 mkdir foo || 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
 
index 9a821bc..4f00690 100755 (executable)
@@ -23,7 +23,7 @@ mkdir -p no-write/dir || framework_failure=1
 chmod u-w no-write || 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
 
index 9af4efb..0d88bb8 100755 (executable)
@@ -18,7 +18,7 @@ cd $tmp || framework_failure=1
 echo abcdefgh |tr -d '\n' > in || 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
 
index ac0de56..35ad930 100755 (executable)
@@ -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
 
index ab325d2..57733c8 100755 (executable)
@@ -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
 
index e755346..91560c8 100755 (executable)
@@ -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
 
index 01dc3c2..998a306 100755 (executable)
@@ -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
 
index 5ff948d..e2d83f6 100755 (executable)
@@ -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
 
index a7699f3..0f0bce8 100755 (executable)
@@ -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
 
index 4797a23..289f3e7 100755 (executable)
@@ -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
 
index d2bc70a..55e74ee 100755 (executable)
@@ -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
 
index 3665780..c5f10fd 100755 (executable)
@@ -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
 
index 3468e7f..730f88b 100755 (executable)
@@ -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
 
index 94d3741..bc67c84 100755 (executable)
@@ -17,7 +17,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 1
 fi
 
index 96e3b48..9cb755c 100644 (file)
@@ -21,7 +21,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 1
 fi
 
index 6688716..143c453 100755 (executable)
@@ -19,7 +19,7 @@ cd $tmp || framework_failure=1
 (echo 1; echo 2) > k || 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
 
index ab7cf26..24745fa 100755 (executable)
@@ -16,7 +16,7 @@ mkdir $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