diff tests/test-static-http @ 7919:3e6206967570

Backed out changeset 490e40816cbd The difference came from a configuration difference (network unreachable vs. connection refused), not from an OS change.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 30 Mar 2009 01:23:01 +0200
parents 490e40816cbd
children d4a62b6d4a58
line wrap: on
line diff
--- a/tests/test-static-http	Fri Feb 27 17:28:26 2009 -0800
+++ b/tests/test-static-http	Mon Mar 30 01:23:01 2009 +0200
@@ -2,8 +2,8 @@
 
 cp "$TESTDIR"/printenv.py .
 
-{ http_proxy= hg clone http://localhost:$HGPORT/ copy 2>&1; echo $?; } | \
-	sed 's/error:.*/error:/'
+http_proxy= hg clone http://localhost:$HGPORT/ copy
+echo $?
 test -d copy || echo copy: No such file or directory
 
 # This server doesn't do range requests so it's basically only good for