diff options
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/childproof | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mv/childproof b/tests/mv/childproof index 2a944f7e6..e268f34e6 100755 --- a/tests/mv/childproof +++ b/tests/mv/childproof @@ -64,7 +64,6 @@ test -f b/g && fail=1 test -f c/f || fail=1 test -f c/g || fail=1 -mkdir aa touch a/f b/f b/g mv a/f b/f b/g c test -f a/f && fail=1 # a/f should have been moved |