mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 00:07:51 +02:00
add a comment
This commit is contained in:
@@ -26,6 +26,8 @@ fi
|
||||
|
||||
fail=0
|
||||
|
||||
# Before coreutils-5.94, the following would fail with this message:
|
||||
# cp: will not create hard link `d/b/c' to directory `d/a/c'
|
||||
cp -RL a b d || fail=1
|
||||
test -d a/c || fail=1
|
||||
test -d b/c || fail=1
|
||||
|
||||
Reference in New Issue
Block a user