changeset 1935:d32c442571f2

Removed obsolete workaround for error message in tests/test-static-http.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 13 Mar 2006 13:11:35 +0100
parents 6af6d02a9879
children 8393baa0858c
files tests/test-static-http tests/test-static-http.out
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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