diff options
Diffstat (limited to 'tests/rm/rm5')
-rwxr-xr-x | tests/rm/rm5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm5 b/tests/rm/rm5 index d2bc70a24..55e74eead 100755 --- a/tests/rm/rm5 +++ b/tests/rm/rm5 @@ -32,7 +32,7 @@ rm: remove directory `d' 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 |