tests: HGRCPATH must be exported after assignment

- at least on Solaris
This commit is contained in:
Mads Kiilerich 2011-06-25 01:55:13 +02:00
parent 73a82e0b84
commit bd3c252aab

View File

@ -57,6 +57,7 @@ HTTP:
HTTP without the httpheader capability:
$ HGRCPATH="`pwd`/repo/.hgrc"
$ export HGRCPATH
$ CAP=httpheader
$ . "$TESTDIR/notcapable"