Mercurial > hg
changeset 16874:8017ac7a0e8f
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.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Tue, 05 Jun 2012 23:13:45 +0200 |
parents | 37e081609828 |
children | ee9bd7ef0a0e |
files | tests/test-addremove.t |
diffstat | 1 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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