mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user