changeset 16875:ee9bd7ef0a0e

test-add: enable for Windows
author Adrian Buehlmann <adrian@cadifra.com>
date Tue, 05 Jun 2012 22:46:14 +0200
parents 8017ac7a0e8f
children 2255950e1f76
files tests/test-add.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-add.t	Tue Jun 05 23:13:45 2012 +0200
+++ b/tests/test-add.t	Tue Jun 05 22:46:14 2012 +0200
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" no-windows || exit 80
-
   $ hg init a
   $ cd a
   $ echo a > a
@@ -35,6 +33,7 @@
   A a
   A b
 
+#if no-windows
   $ echo foo > con.xml
   $ hg --config ui.portablefilenames=jump add con.xml
   abort: ui.portablefilenames value is invalid ('jump')
@@ -69,6 +68,7 @@
   A b
   A con.xml
   A hello:world
+#endif
 
   $ hg ci -m 0 --traceback