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 2992 4e815ee377fd
parent 2991 f63667f694de
child 2994 94def4db6cd4
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
tests/test-strict
--- 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