diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-04 12:05:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-04 12:05:00 +0000 |
commit | 81cae5ce248d5c4906773d9c94178ae574af357f (patch) | |
tree | 23299ad879f71681eb590537800cc5bd4b31b189 /tests/rm | |
parent | dd2496d71e4b48b4ccbb7f1ab5e77b178a03b8a5 (diff) | |
download | coreutils-81cae5ce248d5c4906773d9c94178ae574af357f.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/rm')
-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 |