diff options
Diffstat (limited to 'tests/mv/i-link-no')
-rwxr-xr-x | tests/mv/i-link-no | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no index ec5c7ba2d..ed72164ab 100755 --- a/tests/mv/i-link-no +++ b/tests/mv/i-link-no @@ -25,7 +25,7 @@ ln b/FUBAR b/bar || framework_failure=1 chmod a-w b/bar || 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 |