diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/dangling-symlink | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink index b76599562..4fb403749 100755 --- a/tests/rm/dangling-symlink +++ b/tests/rm/dangling-symlink @@ -1,5 +1,6 @@ #!/bin/sh -# rm should not prompt before removing a dangling symlink +# rm should not prompt before removing a dangling symlink. +# But for fileutils-4.1.9, it would. if test "$VERBOSE" = yes; then set -x |