diff options
Diffstat (limited to 'tests/rm/rm2')
-rwxr-xr-x | tests/rm/rm2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm2 b/tests/rm/rm2 index 5ff948d29..e2d83f611 100755 --- a/tests/rm/rm2 +++ b/tests/rm/rm2 @@ -22,7 +22,7 @@ mkdir -p a/1/2 b/3 || framework_failure=1 chmod u-x a/1 b || 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 |