diff options
Diffstat (limited to 'tests/rm/rm1')
-rwxr-xr-x | tests/rm/rm1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm1 b/tests/rm/rm1 index 01dc3c2df..998a30673 100755 --- a/tests/rm/rm1 +++ b/tests/rm/rm1 @@ -22,7 +22,7 @@ mkdir -p b/a/p b/c b/d || framework_failure=1 chmod u-w b/a || 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 |