summaryrefslogtreecommitdiff
path: root/tests/fmt/long-line
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/fmt/long-line
parentf3584c5e622d933ba7e2532ea6e6f07f8c1fc60d (diff)
downloadcoreutils-fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645.tar.xz
Use double quotes around diagnostic.
Diffstat (limited to 'tests/fmt/long-line')
-rwxr-xr-xtests/fmt/long-line2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt/long-line b/tests/fmt/long-line
index a5f789cb9..9905e200c 100755
--- a/tests/fmt/long-line
+++ b/tests/fmt/long-line
@@ -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