diff options
Diffstat (limited to 'tests/cp/no-deref-link3')
-rwxr-xr-x | tests/cp/no-deref-link3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/no-deref-link3 b/tests/cp/no-deref-link3 index ca3aa4840..896d64d8a 100755 --- a/tests/cp/no-deref-link3 +++ b/tests/cp/no-deref-link3 @@ -2,7 +2,7 @@ # FIXME: This test requires ln -s. # cp from 3.16 fails this test -rm -f a b +rm -rf a b msg=bar echo $msg > a ln -s a b |