1
0
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:
Jim Meyering
2006-02-04 09:40:13 +00:00
parent 77c01d6dfb
commit 76a9394075
+2
View File
@@ -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