diff options
Diffstat (limited to 'tests/rm/rm3')
-rwxr-xr-x | tests/rm/rm3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm3 b/tests/rm/rm3 index a7699f3ad..0f0bce83b 100755 --- a/tests/rm/rm3 +++ b/tests/rm/rm3 @@ -29,7 +29,7 @@ chmod u-w fu du empty-u || framework_failure=1 cd .. 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 |