diff options
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/no-create-missing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/no-create-missing b/tests/touch/no-create-missing index ab7cf265e..24745fa2d 100755 --- a/tests/touch/no-create-missing +++ b/tests/touch/no-create-missing @@ -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 |