From bd3c252aabea5c587e8dac9ba3c9cb0920c3f3db Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sat, 25 Jun 2011 01:55:13 +0200 Subject: [PATCH] tests: HGRCPATH must be exported after assignment - at least on Solaris --- tests/test-wireproto.t | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-wireproto.t b/tests/test-wireproto.t index 1ac90acaeb..204ab49a75 100644 --- a/tests/test-wireproto.t +++ b/tests/test-wireproto.t @@ -57,6 +57,7 @@ HTTP: HTTP without the httpheader capability: $ HGRCPATH="`pwd`/repo/.hgrc" + $ export HGRCPATH $ CAP=httpheader $ . "$TESTDIR/notcapable"