Mercurial > hg-stable
changeset 14489:3a27faf9a999
tests: update for handling of missing hgrc includes
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 31 May 2011 16:24:47 -0500 |
parents | 278a4e0fdfed |
children | 1d3e2349304a |
files | tests/test-hgrc.t |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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