]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 82667e086bb34e196e1fcf711affee1508aab3d9..2f833bea3ad309d074f5d4b32c64352c55c28969 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 3116dd165ccc13602d8736145f8434e54df05850..29e36e58cc00f928f3bcbac426ced87ea3718e45 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 2d0e7d226d73be0046fb31502ba1113e7498ca9d..d1eb1d3797b13e212522e696ce84e29a9cf1a023 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 e892d29ee91ab7a4e2523a418780aec3aacd8ded..f8186df46c3b9b03b748b7a0fd052e94ac17199c 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 24246b6f8713ed11a803da96f29db3aad368352f..780ad20b75e91e19b1a13fd9a04b5f91b2693c34 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 7663183642c38e6d737447f87ffbb397c4396eda..21f2867ba823b7b94bc639fffb2afa75574189ad 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 370803f7b20bc17f57ba09bc981901155eb6cfd0..c71691726e770fa555a167cf128293473b15fd4d 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 a06409ff2776d1d686320eabf1c39eaa87def09f..22ea7caf62798c8191d07567b71b7ab8e9a18eb2 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 36fd31ab3fbe977f83ad88114c0145f55218f4ff..b309dddf6dec124e9c2376f9ad0378500a381328 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 a5f789cb9dc700d0a5b3f12cc1962503873ba1d7..9905e200c6a730fbcf4ff617a8bcdd177b06eccb 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 a7809b45a1d3368335397678a14d6ef3a83727ad..3b4cb72552071156f6eae5bfc78ba7a93678a248 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 5a4288431f8a5d2a3218c551bb7a2ffeac11c575..66aa3ca0b19a47b13e95d2dbb4cb3a901bc87443 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 5cb1b077ead10530e9eb9786c691f2d02c910b26..b0cb1faaef03d0817ab5b77853be95d04e8b10cc 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 3cb3ec186cb7f547fc13b285ef7b645fbf8a4028..403dde627d98a0e3eff89e4aa9a48c1e5ad32663 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 a19cdb0b54f753cf60541728a99d18e561b18494..ecc131f4ae2de4d342fdc08229f98ce87737ef62 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 70c0df5b6f6542e1fbf906cecfe2ed5337fac2d3..4e215026b4410f10d3c22daf0307654373fe0683 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 5e4c0b73a3db49397af922cbb9eb6aad5e4e999c..1e0896849f541802e7db09898c9bf877406609bd 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 350be114622cca7fd610fda2fd6c650cb93cf80e..4028538283942d2012298bdb4abb1a8b4543537c 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 ec5c7ba2d39b0ab3f3c51de792d6caf1ba89b3f3..ed72164abe5fd0492e83edcee06056949bc8f455 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 b512db7f011b1a98916dc708cead219bab7c6fc3..09d29df507955b37b619ad5faad6feef5fc55d37 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 9ce1e89df1bed0e60821516650807a77cc600994..e908c55c81ea9860297cb84dc393e8d1be08f81e 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 9a821bc227be4f3a65d07c05c68328f26d64a38a..4f00690b87843a73a15b93195fd10b98f6554c97 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 9af4efba2f668aec715207d6135f237d05af6067..0d88bb85e79bb80cab61939b4e05870e1a2785f2 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 ac0de565041097a40f0a1a67071395f9b0fbde37..35ad93010c087f50a773cc5453e89b85f8ff35e1 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 ab325d242eb96ecd4d31703e35e6b0c62d6befd2..57733c8fd11f3ef6bd11b667709a7ca039f4eedb 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 e755346d18f52964b43375db18740621f6d59ab1..91560c8ceeab84b50f8ad236a69c0ed0d274e734 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 01dc3c2dfe4765ac3888e1da845a4946d7154154..998a30673a415679473d19421e010566aacf927d 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 5ff948d29cb78e9e2fbb5b5abcb074b627a0b0a6..e2d83f611317919ab6437442ab6acdd74d9b5607 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 a7699f3ad435a034db281a12e302c86688457b48..0f0bce83b5d7b8dd478b0f9d1d99975b21ed3fa7 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 4797a23476cf474df16c79b41d693ff5fae1299c..289f3e7ab9be9bf3d4a6d26e6ef821a5c8b5960e 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 d2bc70a240007f6df993bf949a345a0fbfff015f..55e74eeade1ceef0467d31bae2d6ea4d10d60c8e 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 366578096b8131a4d2a175894e9a56523da8ed93..c5f10fd454d5c89c680256b48ca69468db0ca541 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 3468e7f5dfcfe40379d0580c79b04ffee2e53367..730f88b552540fe577bf13d26edfea58e462c5f0 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 94d37415d5d622692ea9c61c7f9ee0c89e176158..bc67c846b764941e45a7dd16bf00ae0b6e2a31d4 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 96e3b48467f465bd7e8820900418ed0b8fcb3275..9cb755c55d330e7beca3e1dbf0f8cfd44d7d9453 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 66887169106c3fd544d5eb2f025d58ff5f4ef578..143c4538ad51292835aa9dff864db640868fb470 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 ab7cf265e1f16185588ecd7dca7495ee703a0be2..24745fa2d6b3d0a786da952958041dabf1a4b324 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