changeset 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 f9567a7fa3b3
children 797c6e70092b
files tests/test-symlinks
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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