test-addremove: remove bits about con.xml
authorAdrian Buehlmann <adrian@cadifra.com>
Tue, 05 Jun 2012 23:13:45 +0200
changeset 16874 8017ac7a0e8f
parent 16873 37e081609828
child 16875 ee9bd7ef0a0e
test-addremove: remove bits about con.xml Windows reserved filename warnings are already enough tested in test-add.t. This enables the test for Windows.
tests/test-addremove.t
--- a/tests/test-addremove.t	Tue Jun 05 16:52:20 2012 -0700
+++ b/tests/test-addremove.t	Tue Jun 05 23:13:45 2012 +0200
@@ -1,5 +1,3 @@
-  $ "$TESTDIR/hghave" no-windows || exit 80
-
   $ hg init rep
   $ cd rep
   $ mkdir dir
@@ -12,17 +10,14 @@
   foo
   committed changeset 0:6f7f953567a2
   $ cd dir/
-  $ touch ../foo_2 bar_2 con.xml
+  $ touch ../foo_2 bar_2
   $ hg -v addremove
   adding dir/bar_2
-  adding dir/con.xml
   adding foo_2
-  warning: filename contains 'con', which is reserved on Windows: 'dir/con.xml'
   $ hg -v commit -m "add 2"
   dir/bar_2
-  dir/con.xml
   foo_2
-  committed changeset 1:6bb597da00f1
+  committed changeset 1:e65414bf35c5
 
   $ cd ..
   $ hg init sim