From: Jim Meyering Date: Sat, 4 Feb 2006 09:40:13 +0000 (+0000) Subject: add a comment X-Git-Tag: v6.0~799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a93940753729d5ce5dfa6dc2f45eb430440259;p=thirdparty%2Fcoreutils.git add a comment --- diff --git a/tests/cp/cp-deref b/tests/cp/cp-deref index 9cd130c137..f0a0549522 100755 --- a/tests/cp/cp-deref +++ b/tests/cp/cp-deref @@ -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