tests/test-static-http.t
changeset 17486 73e3e368bd42
parent 17260 e432fb4b4221
child 17538 31ca918d539a
--- a/tests/test-static-http.t	Fri Aug 17 13:58:18 2012 -0700
+++ b/tests/test-static-http.t	Fri Aug 17 13:58:18 2012 -0700
@@ -97,8 +97,8 @@
 trying clone -r
 
   $ cd ..
-  $ hg clone -r donotexist static-http://localhost:$HGPORT/remote local0
-  abort: unknown revision 'donotexist'!
+  $ hg clone -r doesnotexist static-http://localhost:$HGPORT/remote local0
+  abort: unknown revision 'doesnotexist'!
   [255]
   $ hg clone -r 0 static-http://localhost:$HGPORT/remote local0
   adding changesets