# HG changeset patch # User Matt Mackall # Date 2011-05-31 21:24:47 # Node ID 3a27faf9a999261344774e560c42991b1ceaa2d9 # Parent 278a4e0fdfedb074d8140382b06628a17b7d7c3b tests: update for handling of missing hgrc includes diff --git a/tests/test-hgrc.t b/tests/test-hgrc.t --- a/tests/test-hgrc.t +++ b/tests/test-hgrc.t @@ -46,8 +46,12 @@ issue1829: wrong indentation $ 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