tests/test-static-http
changeset 1923 7d83a351a936
parent 1502 1170fef58071
child 1933 7544700fd931
equal deleted inserted replaced
1739:57de7e1a81d2 1923:7d83a351a936
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 http_proxy= hg clone old-http://localhost:20059/ copy
     3 http_proxy= hg clone old-http://localhost:20059/ copy > clonefail.out 2>&1
     4 echo $?
     4 echo $?
       
     5 sed 's/[0-9]//g' < clonefail.out
     5 ls copy
     6 ls copy
     6 
     7 
     7 # This server doesn't do range requests so it's basically only good for
     8 # This server doesn't do range requests so it's basically only good for
     8 # one pull
     9 # one pull
     9 cat > dumb.py <<EOF
    10 cat > dumb.py <<EOF