comparison 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
comparison
equal deleted inserted replaced
17446:3de04c07966a 17447:29c100b42f5b
93 tip 93 tip
94 $ cd .. 94 $ cd ..
95 95
96 Test hg failing to call itself 96 Test hg failing to call itself
97 97
98 $ HG=foobar hg convert svn-repo B-hg 98 $ HG=foobar hg convert svn-repo B-hg 2>&1 | grep abort
99 * (glob)
100 initializing destination B-hg repository
101 abort: Mercurial failed to run itself, check hg executable is in PATH 99 abort: Mercurial failed to run itself, check hg executable is in PATH
102 [255]
103