]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use double quotes around diagnostic.
authorJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:18:12 +0000 (09:18 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Oct 2002 09:18:12 +0000 (09:18 +0000)
tests/tail-2/big-4gb

index 5e846c4401cb0dcf9a5fcf15b24e3bfbae5cc98d..ac963c462df0b80e88f0102c4167ddf8894aad4c 100755 (executable)
@@ -27,7 +27,7 @@ dd bs=1 seek=4294967288 if=tmp of=big 2> err || framework_failure=1
 test $framework_failure == 1 && cat err 1>&2
 
 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