diff options
Diffstat (limited to 'tests/rm/dangling-symlink')
-rwxr-xr-x | tests/rm/dangling-symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink index ac0de5650..35ad93010 100755 --- a/tests/rm/dangling-symlink +++ b/tests/rm/dangling-symlink @@ -21,7 +21,7 @@ ln -s no-file dangle ln -s / symlink 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 |