From: Jim Meyering Date: Sun, 23 Sep 2001 18:08:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_16~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9ab98a19f2e2646fe91c4fd76f5520be7a9ed50;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/mv/childproof b/tests/mv/childproof index 2a944f7e67..e268f34e63 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