diff options
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-x | tests/rm/r-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1 index e755346d1..91560c8ce 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -28,7 +28,7 @@ removed `b' EOF 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 |