# HG changeset patch # User Adrian Buehlmann # Date 1338930825 -7200 # Node ID 8017ac7a0e8fdfe27c4208ca7c7668bc65927352 # Parent 37e081609828b57c15eb635d57011f7fc3ad5497 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. diff -r 37e081609828 -r 8017ac7a0e8f 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