diff options
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/csplit | 2 | ||||
-rwxr-xr-x | tests/misc/head-pos | 2 | ||||
-rwxr-xr-x | tests/misc/pathchk1 | 2 | ||||
-rwxr-xr-x | tests/misc/printf | 2 | ||||
-rwxr-xr-x | tests/misc/split-a | 2 |
5 files changed, 5 insertions, 5 deletions
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 |