Mercurial > hg-stable
changeset 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 | 3de04c07966a |
children | 507e8f94b26a |
files | tests/test-convert-svn-branches.t |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
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] -