test-bad-pull.t
21 lines
| 437 B
| text/troff
|
Tads3Lexer
/ tests / test-bad-pull.t
|
r22959 | #require serve killdaemons | ||
|
r15446 | |||
|
r17019 | #if windows | ||
$ hg clone http://localhost:$HGPORT/ copy | ||||
abort: * (glob) | ||||
[255] | ||||
#else | ||||
|
r11859 | $ hg clone http://localhost:$HGPORT/ copy | ||
abort: error: Connection refused | ||||
|
r12316 | [255] | ||
|
r17019 | #endif | ||
|
r11859 | |||
|
r15515 | $ test -d copy | ||
[1] | ||||
|
r11859 | |||
|
r22959 | $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid | ||
$ cat dumb.pid >> $DAEMON_PIDS | ||||
|
r16334 | $ hg clone http://localhost:$HGPORT/foo copy2 | ||
abort: HTTP Error 404: * (glob) | ||||
[255] | ||||
|
r25474 | $ killdaemons.py | ||