diff options
Diffstat (limited to 'tests/fmt/long-line')
-rwxr-xr-x | tests/fmt/long-line | 2 |
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 |