# HG changeset patch # User Sune Foldager # Date 2009-11-02 09:18:43 # Node ID 807633f1e3c23b10db5278611105ee48b9d2b721 # Parent f8e1456e1c2cb32508aca2c151f6950fc3af4760 test-bisect: fix shell-dependent output diff --git a/tests/test-bisect b/tests/test-bisect --- a/tests/test-bisect +++ b/tests/test-bisect @@ -87,7 +87,7 @@ set +e 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 <