# HG changeset patch # User Patrick Mezard # Date 1262046760 -3600 # Node ID fdeffbc9a6cc698cb56e4979fa2555f501a163e9 # Parent 9c59cdafcc247f227bd5f82db231ff53db101987# Parent 27838bd9acf58a206522202f66b522654e74efc1 Merge with crew-stable diff -r 9c59cdafcc24 -r fdeffbc9a6cc tests/test-bisect --- a/tests/test-bisect Mon Dec 28 18:29:35 2009 +0100 +++ b/tests/test-bisect Tue Dec 29 01:32:40 2009 +0100 @@ -86,8 +86,9 @@ set +e echo % test invalid command +# assuming that the shell returns 127 if command not found ... hg bisect -r -hg bisect --command './foobar' 2>&1 | sed 's|\(/bin/sh: \./foobar:\).*|\1 not found|' +hg bisect --command 'exit 127' echo % test bisecting command cat > script.py <