##// END OF EJS Templates
tests: more portability fix for the old systems
TK Soh -
r1962:2a676ad5 default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 2
3 3 hg clone http://localhost:20059/ copy
4 4 echo $?
5 ls copy
5 ls copy 2>/dev/null || echo copy: No such file or directory
6 6
7 7 cat > dumb.py <<EOF
8 8 import BaseHTTPServer, SimpleHTTPServer, signal
@@ -1,7 +1,7 b''
1 1 requesting all changes
2 2 abort: error: Connection refused
3 3 255
4 ls: copy: No such file or directory
4 copy: No such file or directory
5 5 requesting all changes
6 6 abort: HTTP Error 404: File not found
7 7 255
@@ -2,7 +2,7 b''
2 2
3 3 http_proxy= hg clone old-http://localhost:20059/ copy
4 4 echo $?
5 ls copy
5 ls copy 2>/dev/null || echo copy: No such file or directory
6 6
7 7 # This server doesn't do range requests so it's basically only good for
8 8 # one pull
@@ -1,6 +1,6 b''
1 1 abort: Connection refused
2 2 255
3 ls: copy: No such file or directory
3 copy: No such file or directory
4 4 changeset: 0:53e17d176ae6
5 5 tag: tip
6 6 user: test
General Comments 0
You need to be logged in to leave comments. Login now