tests/test-bad-pull.t
branchstable
changeset 16496 abbabbbe4ec2
parent 16341 91eec29dd7de
child 17019 5d0538599428
equal deleted inserted replaced
16495:5f9835ed3d6d 16496:abbabbbe4ec2
    18   > run()
    18   > run()
    19   > EOF
    19   > EOF
    20 
    20 
    21   $ python dumb.py 2> log &
    21   $ python dumb.py 2> log &
    22   $ P=$!
    22   $ P=$!
    23   $ while [ ! -f listening ]; do true; done
    23   $ while [ ! -f listening ]; do sleep 0; 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