tests/test-hgrc.t
changeset 14489 3a27faf9a999
parent 14372 be0daa0eeb3e
child 14491 a086b91ce7fb
--- a/tests/test-hgrc.t	Tue May 31 16:22:04 2011 -0500
+++ b/tests/test-hgrc.t	Tue May 31 16:24:47 2011 -0500
@@ -46,8 +46,12 @@
   $ export FAKEPATH
   $ echo '%include $FAKEPATH/no-such-file' > $HGRCPATH
   $ hg version
-  hg: parse error at $TESTTMP/hgrc:1: cannot include /path/to/nowhere/no-such-file (No such file or directory)
-  [255]
+  Mercurial Distributed SCM (version 1.8.2+121-52aebe8983a4+20110423)
+  (see http://mercurial.selenic.com for more information)
+  
+  Copyright (C) 2005-2011 Matt Mackall and others
+  This is free software; see the source for copying conditions. There is NO
+  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   $ unset FAKEPATH
 
 username expansion