diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-07 12:53:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-07 12:53:22 +0000 |
commit | b6dfae5d0e49fec0eecca02ed5f42626d58e6071 (patch) | |
tree | 076fdace8b05c5e4092c9343c5f0596948c5742f | |
parent | 1f8c95df83b3af7aca983d49790a5aafdbdf70c8 (diff) | |
download | coreutils-b6dfae5d0e49fec0eecca02ed5f42626d58e6071.tar.xz |
*** empty log message ***
-rwxr-xr-x | tests/ln/misc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ln/misc b/tests/ln/misc index 73e5bc909..540511b6d 100755 --- a/tests/ln/misc +++ b/tests/ln/misc @@ -94,7 +94,8 @@ ln b b~ || test_failure=1 ln -V simple -f -b a b || fail=1 # Create a hard link to a dangling symlink. -# This is not portable. At least sunos4.1.4 fails this test. It gets +# This is not portable. At least sunos4.1.4 and OpenBSD 2.3 fail this test. +# They get this: # ln: cannot create hard link `hard-to-dangle' to `no-such-dir': \ # No such file or directory # |