changeset 2978: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
+++ b/tests/test-strict
@@ -7,9 +7,8 @@ hg ci -d '0 0' -Ama
 
 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