tests/test-bisect
changeset 9692 807633f1e3c2
parent 8803 2b35ced86b69
child 9708 a9424b6a1a6d
--- a/tests/test-bisect	Mon Nov 02 10:17:20 2009 +0100
+++ b/tests/test-bisect	Mon Nov 02 10:18:43 2009 +0100
@@ -87,7 +87,7 @@
 
 echo % test invalid command
 hg bisect -r
-hg bisect --command 'foobar'
+hg bisect --command './foobar' 2>&1 | sed 's/: command/:/'
 
 echo % test bisecting command
 cat > script.py <<EOF