sapling/tests/test-bad-pull.t

16 lines
326 B
Perl
Raw Normal View History

#require serve killdaemons
$ hg clone http://localhost:$HGPORT/ copy
abort: * (glob)
[255]
2010-08-14 04:39:39 +04:00
$ test -d copy
[1]
2010-08-14 04:39:39 +04:00
$ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
$ cat dumb.pid >> $DAEMON_PIDS
$ hg clone http://localhost:$HGPORT/foo copy2
abort: HTTP Error 404: * (glob)
[255]
$ killdaemons.py