##// END OF EJS Templates
Removed obsolete workaround for error message in tests/test-static-http.
Thomas Arendsen Hein -
r1935:d32c4425 default
parent child Browse files
Show More
@@ -1,8 +1,7 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 http_proxy= hg clone old-http://localhost:20059/ copy > clonefail.out 2>&1
3 http_proxy= hg clone old-http://localhost:20059/ copy
4 echo $?
4 echo $?
5 sed 's/[0-9]//g' < clonefail.out
6 ls copy
5 ls copy
7
6
8 # 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
@@ -1,5 +1,5 b''
1 abort: Connection refused
1 255
2 255
2 abort: Connection refused
3 ls: copy: No such file or directory
3 ls: copy: No such file or directory
4 changeset: 0:53e17d176ae6
4 changeset: 0:53e17d176ae6
5 tag: tip
5 tag: tip
General Comments 0
You need to be logged in to leave comments. Login now