Mercurial > public > mercurial-scm > hg
diff tests/test-convert-svn-branches.t @ 17447:29c100b42f5b
test-convert-svn-branches.t: fix self call failure on Windows
The error message is preceded by a cmd.exe error.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Fri, 03 Aug 2012 17:59:21 +0200 |
parents | 2da47de36b6f |
children | aa9385f983fa |
line wrap: on
line diff
--- a/tests/test-convert-svn-branches.t Mon Aug 27 12:41:10 2012 -0700 +++ b/tests/test-convert-svn-branches.t Fri Aug 03 17:59:21 2012 +0200 @@ -95,9 +95,5 @@ Test hg failing to call itself - $ HG=foobar hg convert svn-repo B-hg - * (glob) - initializing destination B-hg repository + $ HG=foobar hg convert svn-repo B-hg 2>&1 | grep abort abort: Mercurial failed to run itself, check hg executable is in PATH - [255] -