summaryrefslogtreecommitdiff
path: root/tests/tail-2/big-4gb
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-08 09:18:12 +0000
committerJim Meyering <jim@meyering.net>2002-10-08 09:18:12 +0000
commitf3584c5e622d933ba7e2532ea6e6f07f8c1fc60d (patch)
tree578e80b64c465221962cb95facac6d7b371df909 /tests/tail-2/big-4gb
parentb3a42e44e9023d943aba788497a3e2c4000635dd (diff)
downloadcoreutils-f3584c5e622d933ba7e2532ea6e6f07f8c1fc60d.tar.xz
Use double quotes around diagnostic.
Diffstat (limited to 'tests/tail-2/big-4gb')
-rwxr-xr-xtests/tail-2/big-4gb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb
index 5e846c440..ac963c462 100755
--- a/tests/tail-2/big-4gb
+++ b/tests/tail-2/big-4gb
@@ -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