From: Jim Meyering Date: Tue, 9 Jan 2001 23:13:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1da062806be9a96c0f784522137fd53204a5b19;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/cp/dir-vs-file b/tests/cp/dir-vs-file index c56ea7bdaa..a5fc7aea22 100755 --- a/tests/cp/dir-vs-file +++ b/tests/cp/dir-vs-file @@ -28,9 +28,9 @@ fi fail=0 -cp -al a/* a/b && fail=1 +cp -al a/* a/b 2>/dev/null && fail=1 -# the files a/b/b and a/b/c must remain files +# The files a/b/b and a/b/c must remain as files. # In 4.0.35, they were overwritten with directories. test -f a/b/b || fail=1 test -f a/b/c || fail=1