From d1da062806be9a96c0f784522137fd53204a5b19 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 9 Jan 2001 23:13:08 +0000 Subject: *** empty log message *** --- tests/cp/dir-vs-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cp/dir-vs-file') diff --git a/tests/cp/dir-vs-file b/tests/cp/dir-vs-file index c56ea7bda..a5fc7aea2 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 -- cgit v1.2.3-70-g09d2