tests/test-commit.t
changeset 16842 a3ea092203a5
parent 15521 117f9190c1ba
child 16849 928ee57e3aae
--- a/tests/test-commit.t	Wed May 30 14:28:57 2012 +0200
+++ b/tests/test-commit.t	Fri Jun 01 02:25:12 2012 +0200
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" symlink || exit 80
-
 commit date test
 
   $ hg init test
@@ -75,10 +73,14 @@
   $ hg commit -m commit-14 does-not-exist
   abort: does-not-exist: * (glob)
   [255]
+
+#if symlink
   $ ln -s foo baz
   $ hg commit -m commit-15 baz
   abort: baz: file not tracked!
   [255]
+#endif
+
   $ touch quux
   $ hg commit -m commit-16 quux
   abort: quux: file not tracked!