]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Comment out the test added on 1999-01-31.
authorJim Meyering <jim@meyering.net>
Mon, 5 Apr 1999 03:51:17 +0000 (03:51 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Apr 1999 03:51:17 +0000 (03:51 +0000)
tests/ln/misc

index 6fe436301047f8f23871244498357475b46d6742..73e5bc90983d991151e9eba54962eb2aa107fc9d 100755 (executable)
@@ -94,8 +94,12 @@ ln b b~ || test_failure=1
 ln -V simple -f -b a b || fail=1
 
 # Create a hard link to a dangling symlink.
-ln -s /no-such-dir || fail=1
-ln no-such-dir hard-to-dangle || fail=1
+# This is not portable.  At least sunos4.1.4 fails this test.  It gets
+# ln: cannot create hard link `hard-to-dangle' to `no-such-dir': \
+#   No such file or directory
+#
+#ln -s /no-such-dir || fail=1
+#ln no-such-dir hard-to-dangle || fail=1
 
 cd ..
 ../../src/rm -rf $tmp