summaryrefslogtreecommitdiff
path: root/tests/cp/cp-deref
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-04 09:40:13 +0000
committerJim Meyering <jim@meyering.net>2006-02-04 09:40:13 +0000
commit76a93940753729d5ce5dfa6dc2f45eb430440259 (patch)
treed9e09282eff1b3d46c10fa51e16b22d797b48f1d /tests/cp/cp-deref
parent77c01d6dfba9aa306353c60a66524df603a96602 (diff)
downloadcoreutils-76a93940753729d5ce5dfa6dc2f45eb430440259.tar.xz
add a comment
Diffstat (limited to 'tests/cp/cp-deref')
-rwxr-xr-xtests/cp/cp-deref2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cp/cp-deref b/tests/cp/cp-deref
index 9cd130c13..f0a054952 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