tests/test-add.t
changeset 16974 01ed5bb5cd41
parent 16913 f2719b387380
child 19987 ba6486076429
--- a/tests/test-add.t	Fri Jun 15 00:02:27 2012 +0200
+++ b/tests/test-add.t	Fri Jun 15 00:02:27 2012 +0200
@@ -51,6 +51,11 @@
   A a
   A b
   A con.xml
+  $ hg forget con.xml
+  $ rm con.xml
+#endif
+
+#if eol-in-paths
   $ echo bla > 'hello:world'
   $ hg --config ui.portablefilenames=abort add
   adding hello:world
@@ -59,14 +64,12 @@
   $ hg st
   A a
   A b
-  A con.xml
   ? hello:world
   $ hg --config ui.portablefilenames=ignore add
   adding hello:world
   $ hg st
   A a
   A b
-  A con.xml
   A hello:world
 #endif