diff options
Diffstat (limited to 'tests/misc/csplit')
-rwxr-xr-x | tests/misc/csplit | 2 |
1 files changed, 1 insertions, 1 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 |