tests/test-clone
branchstable
changeset 9996 2770d03ae49f
parent 9714 2f1ab7f77ddc
child 11295 07e425d63dbd
--- a/tests/test-clone	Thu Dec 03 11:06:44 2009 +0100
+++ b/tests/test-clone	Thu Dec 03 11:06:55 2009 +0100
@@ -44,10 +44,10 @@
 hg cat a
 
 echo
-echo % "check that we drop the file:// from the path before"
+echo % "check that we drop the file: from the path before"
 echo % "writing the .hgrc"
 cd ../..
-hg clone file://a e
+hg clone file:a e
 grep 'file:' e/.hg/hgrc
 
 echo