diff tests/test-static-http @ 7211:25c0dee16ee0

Autodetect static-http
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Oct 2008 15:41:32 -0500
parents 7739b61897df
children 490e40816cbd
line wrap: on
line diff
--- a/tests/test-static-http	Wed Oct 22 14:30:34 2008 -0500
+++ b/tests/test-static-http	Wed Oct 22 15:41:32 2008 -0500
@@ -2,7 +2,7 @@
 
 cp "$TESTDIR"/printenv.py .
 
-http_proxy= hg clone static-http://localhost:$HGPORT/ copy
+http_proxy= hg clone http://localhost:$HGPORT/ copy
 echo $?
 test -d copy || echo copy: No such file or directory