diff options
Diffstat (limited to 'tests/tail-2/start-middle')
-rwxr-xr-x | tests/tail-2/start-middle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/start-middle b/tests/tail-2/start-middle index 668871691..143c4538a 100755 --- a/tests/tail-2/start-middle +++ b/tests/tail-2/start-middle @@ -19,7 +19,7 @@ cd $tmp || framework_failure=1 (echo 1; echo 2) > k || 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 |