test-convert-svn-branches.t: fix self call failure on Windows
The error message is preceded by a cmd.exe error.
--- 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]
-