tests/test-symlinks
changeset 3750 0f550b87deb8
parent 2115 fd77b7ee4aac
child 3988 9dcf9d45cab8
--- 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