summaryrefslogtreecommitdiff
path: root/tests/mv/childproof
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-23 18:08:52 +0000
committerJim Meyering <jim@meyering.net>2001-09-23 18:08:52 +0000
commitd9ab98a19f2e2646fe91c4fd76f5520be7a9ed50 (patch)
tree1d254a457a1525c9a2c812e973b8a429454ff1b0 /tests/mv/childproof
parent44a8a3472557304990706c1b1ff5aa7004ec62c7 (diff)
downloadcoreutils-d9ab98a19f2e2646fe91c4fd76f5520be7a9ed50.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/mv/childproof')
-rwxr-xr-xtests/mv/childproof1
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