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