tests/test-static-http
changeset 7211 25c0dee16ee0
parent 7005 7739b61897df
child 7903 490e40816cbd
--- 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