]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add a comment
authorJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 09:40:13 +0000 (09:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Feb 2006 09:40:13 +0000 (09:40 +0000)
tests/cp/cp-deref

index 9cd130c137294f8df2f28e9f6ef1ed3261d7d133..f0a0549522222061936cf30a0d7d7772e3c7ad44 100755 (executable)
@@ -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