diff options
Diffstat (limited to 'tests/cp/dir-slash')
-rwxr-xr-x | tests/cp/dir-slash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/dir-slash b/tests/cp/dir-slash index 0c1e282a9..df41c1783 100755 --- a/tests/cp/dir-slash +++ b/tests/cp/dir-slash @@ -27,7 +27,6 @@ fi mkdir dir1 dir2 || framework_failure touch dir1/file || framework_failure -fail=0 cp -R dir1/ dir2 || fail=1 # This file should not exist, but it did with fileutils-4.0w. |