diff tests/test-abort-checkin @ 2990:61fcd9fac434

Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc and add documentation for this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 22 Aug 2006 10:08:42 +0200
parents 0b9ac7dfcf56
children 193e0f8d9a47
line wrap: on
line diff
--- a/tests/test-abort-checkin	Tue Aug 22 09:55:14 2006 +0200
+++ b/tests/test-abort-checkin	Tue Aug 22 10:08:42 2006 +0200
@@ -1,8 +1,7 @@
 #!/bin/sh
 
-HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
-echo "[extensions]" >> $HGTMP/.hgrc
-echo "mq=" >> $HGTMP/.hgrc
+echo "[extensions]" >> $HGRCPATH
+echo "mq=" >> $HGRCPATH
 cat > $HGTMP/false <<EOF
 #!/bin/sh
 exit 1