diff -r dc0d61216672 -r 73e3e368bd42 tests/test-static-http.t --- 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