Mercurial > hg
changeset 2992:4e815ee377fd
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 22 Aug 2006 10:20:21 +0200 |
parents | f63667f694de |
children | 94def4db6cd4 |
files | tests/test-strict |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-strict Tue Aug 22 10:18:40 2006 +0200 +++ b/tests/test-strict Tue Aug 22 10:20:21 2006 +0200 @@ -7,9 +7,8 @@ hg an a -HGRCPATH=$HGTMP/.hgrc; export HGRCPATH -echo "[ui]" >> $HGTMP/.hgrc -echo "strict=True" >> $HGTMP/.hgrc +echo "[ui]" >> $HGRCPATH +echo "strict=True" >> $HGRCPATH hg an a hg annotate a