1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-09-23 18:08:52 +00:00
parent 44a8a34725
commit d9ab98a19f
-1
View File
@@ -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