Compatibility fix for 'ln -sf'.
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 01 Dec 2006 22:09:05 +0100
changeset 3750 0f550b87deb8
parent 3749 f9567a7fa3b3
child 3751 797c6e70092b
Compatibility fix for 'ln -sf'. ln of Solaris 8 only accepts "ln -f -s" (in that order), but as the -f isn't needed here, I simply dropped it.
tests/test-symlinks
--- a/tests/test-symlinks	Fri Dec 01 16:18:16 2006 -0200
+++ b/tests/test-symlinks	Fri Dec 01 22:09:05 2006 +0100
@@ -35,7 +35,7 @@
 rm dir/a.o
 rm dir/b.o
 mkdir dir/a.o
-ln -sf nonexist dir/b.o
+ln -s nonexist dir/b.o
 mkfifo a.c
 # it should show a.c, dir/a.o and dir/b.o deleted
 hg status