tests/test-static-http
changeset 2431 d90a9d7c7d4d
parent 1962 2a676ad52c22
child 2571 d22d730c96ed
--- a/tests/test-static-http
+++ b/tests/test-static-http
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-http_proxy= hg clone old-http://localhost:20059/ copy
+http_proxy= hg clone static-http://localhost:20059/ copy
 echo $?
 ls copy 2>/dev/null || echo copy: No such file or directory
 
@@ -31,7 +31,7 @@ hg tip
 
 cd ..
 
-http_proxy= hg clone old-http://localhost:20059/remote local
+http_proxy= hg clone static-http://localhost:20059/remote local
 
 cd local
 hg verify