diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-04 09:40:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-04 09:40:13 +0000 |
commit | 76a93940753729d5ce5dfa6dc2f45eb430440259 (patch) | |
tree | d9e09282eff1b3d46c10fa51e16b22d797b48f1d /tests | |
parent | 77c01d6dfba9aa306353c60a66524df603a96602 (diff) | |
download | coreutils-76a93940753729d5ce5dfa6dc2f45eb430440259.tar.xz |
add a comment
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/cp-deref | 2 |
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 |