tests/test-bad-pull
changeset 3464 33b6c8193652
parent 3418 7012c889e8f2
child 4317 66249be9aa23
equal deleted inserted replaced
3463:5155fa27f514 3464:33b6c8193652
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 hg clone http://localhost:20059/ copy
     3 hg clone http://localhost:20059/ copy
     4 echo $?
     4 echo $?
     5 test -e copy || echo copy: No such file or directory
     5 test -d copy || echo copy: No such file or directory
     6 
     6 
     7 cat > dumb.py <<EOF
     7 cat > dumb.py <<EOF
     8 import BaseHTTPServer, SimpleHTTPServer, signal
     8 import BaseHTTPServer, SimpleHTTPServer, signal
     9 
     9 
    10 def run(server_class=BaseHTTPServer.HTTPServer,
    10 def run(server_class=BaseHTTPServer.HTTPServer,