diff -r 3091b1153e2c -r 61fcd9fac434 tests/test-mq-guards --- a/tests/test-mq-guards Tue Aug 22 09:55:14 2006 +0200 +++ b/tests/test-mq-guards 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 hg init hg qinit