Mercurial > hg
comparison tests/test-bad-pull.t @ 16341:91eec29dd7de stable
tests: re-silence test-bad-pull log messages
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 02 Apr 2012 15:06:36 -0500 |
parents | b9bd95e61b49 |
children | abbabbbe4ec2 |
comparison
equal
deleted
inserted
replaced
16339:6e738a0a3393 | 16341:91eec29dd7de |
---|---|
23 $ while [ ! -f listening ]; do true; done | 23 $ while [ ! -f listening ]; do true; done |
24 $ hg clone http://localhost:$HGPORT/foo copy2 | 24 $ hg clone http://localhost:$HGPORT/foo copy2 |
25 abort: HTTP Error 404: * (glob) | 25 abort: HTTP Error 404: * (glob) |
26 [255] | 26 [255] |
27 $ wait $P | 27 $ wait $P |
28 $ cat log | |
29 localhost - - [*] code 404, message File not found (glob) | |
30 localhost - - [*] "GET /foo?cmd=capabilities HTTP/1.1" 404 - (glob) |