Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 22 Aug 2006 10:20:21 +0200
changeset 2978 4e815ee377fd
parent 2977 f63667f694de
child 2980 94def4db6cd4
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
tests/test-strict
--- 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