Removed obsolete workaround for error message in tests/test-static-http.
authorThomas Arendsen Hein <thomas@intevation.de>
Mon, 13 Mar 2006 13:11:35 +0100
changeset 1935 d32c442571f2
parent 1934 6af6d02a9879
child 1936 8393baa0858c
Removed obsolete workaround for error message in tests/test-static-http.
tests/test-static-http
tests/test-static-http.out
--- 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