Mercurial > hg
comparison tests/test-static-http @ 1962:2a676ad52c22
tests: more portability fix for the old systems
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Wed, 15 Mar 2006 11:09:24 +0100 |
parents | d32c442571f2 |
children | d90a9d7c7d4d |
comparison
equal
deleted
inserted
replaced
1961:eff46e2c9d67 | 1962:2a676ad52c22 |
---|---|
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 |
4 echo $? | 4 echo $? |
5 ls copy | 5 ls copy 2>/dev/null || echo copy: No such file or directory |
6 | 6 |
7 # This server doesn't do range requests so it's basically only good for | 7 # This server doesn't do range requests so it's basically only good for |
8 # one pull | 8 # one pull |
9 cat > dumb.py <<EOF | 9 cat > dumb.py <<EOF |
10 import BaseHTTPServer, SimpleHTTPServer, signal | 10 import BaseHTTPServer, SimpleHTTPServer, signal |