diff options
-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 |