From fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Oct 2002 09:21:08 +0000 Subject: Use double quotes around diagnostic. --- tests/misc/csplit | 2 +- tests/misc/head-pos | 2 +- tests/misc/pathchk1 | 2 +- tests/misc/printf | 2 +- tests/misc/split-a | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/csplit b/tests/misc/csplit index 5cb1b077e..b0cb1faae 100755 --- a/tests/misc/csplit +++ b/tests/misc/csplit @@ -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 diff --git a/tests/misc/head-pos b/tests/misc/head-pos index 3cb3ec186..403dde627 100755 --- a/tests/misc/head-pos +++ b/tests/misc/head-pos @@ -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 diff --git a/tests/misc/pathchk1 b/tests/misc/pathchk1 index a19cdb0b5..ecc131f4a 100755 --- a/tests/misc/pathchk1 +++ b/tests/misc/pathchk1 @@ -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 diff --git a/tests/misc/printf b/tests/misc/printf index 70c0df5b6..4e215026b 100755 --- a/tests/misc/printf +++ b/tests/misc/printf @@ -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 diff --git a/tests/misc/split-a b/tests/misc/split-a index 5e4c0b73a..1e0896849 100755 --- a/tests/misc/split-a +++ b/tests/misc/split-a @@ -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 -- cgit v1.2.3-54-g00ecf