diff tests/test-symlinks @ 3750:0f550b87deb8

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.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Dec 2006 22:09:05 +0100
parents fd77b7ee4aac
children 9dcf9d45cab8
line wrap: on
line diff
--- a/tests/test-symlinks
+++ b/tests/test-symlinks
@@ -35,7 +35,7 @@ rm a.c
 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