changeset 14734:f924cf565f36 stable

tests: HGRCPATH must be exported after assignment - at least on Solaris
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 25 Jun 2011 01:55:13 +0200
parents e9ed3506f066
children d297ee0b2d94
files tests/test-wireproto.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-wireproto.t	Fri Jun 24 23:25:42 2011 +0300
+++ b/tests/test-wireproto.t	Sat Jun 25 01:55:13 2011 +0200
@@ -57,6 +57,7 @@
 HTTP without the httpheader capability:
 
   $ HGRCPATH="`pwd`/repo/.hgrc"
+  $ export HGRCPATH
   $ CAP=httpheader
   $ . "$TESTDIR/notcapable"