Removed obsolete workaround for error message in tests/test-static-http.
--- a/tests/test-static-http Mon Mar 13 13:08:31 2006 +0100
+++ b/tests/test-static-http Mon Mar 13 13:11:35 2006 +0100
@@ -1,8 +1,7 @@
#!/bin/sh
-http_proxy= hg clone old-http://localhost:20059/ copy > clonefail.out 2>&1
+http_proxy= hg clone old-http://localhost:20059/ copy
echo $?
-sed 's/[0-9]//g' < clonefail.out
ls copy
# This server doesn't do range requests so it's basically only good for
--- a/tests/test-static-http.out Mon Mar 13 13:08:31 2006 +0100
+++ b/tests/test-static-http.out Mon Mar 13 13:11:35 2006 +0100
@@ -1,5 +1,5 @@
+abort: Connection refused
255
-abort: Connection refused
ls: copy: No such file or directory
changeset: 0:53e17d176ae6
tag: tip