##// END OF EJS Templates
test-bisect: normalize shell error message...
Martin Geisler -
r9708:a9424b6a default
parent child Browse files
Show More
@@ -87,7 +87,7 b' set +e'
87 87
88 88 echo % test invalid command
89 89 hg bisect -r
90 hg bisect --command './foobar' 2>&1 | sed 's/: command/:/'
90 hg bisect --command './foobar' 2>&1 | sed 's|\(/bin/sh: \./foobar:\).*|\1 not found|'
91 91
92 92 echo % test bisecting command
93 93 cat > script.py <<EOF
General Comments 0
You need to be logged in to leave comments. Login now