tests/test-bad-pull
branchstable
changeset 10154 d4a62b6d4a58
parent 7919 3e6206967570
equal deleted inserted replaced
10147:27838bd9acf5 10154:d4a62b6d4a58
    21 echo $! >> $DAEMON_PIDS
    21 echo $! >> $DAEMON_PIDS
    22 
    22 
    23 # give the server some time to start running
    23 # give the server some time to start running
    24 sleep 1
    24 sleep 1
    25 
    25 
    26 http_proxy= hg clone http://localhost:$HGPORT/foo copy2 2>&1 | \
    26 hg clone http://localhost:$HGPORT/foo copy2 2>&1 | \
    27     sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
    27     sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
    28 echo $?
    28 echo $?
    29 
    29 
    30 kill $!
    30 kill $!