sapling/eden/scm/tests/test-bad-pull.t

18 lines
353 B
Perl
Raw Normal View History

#chg-compatible
#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
$ hg debugpython -- "$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