From a3527b53b37dcf17354a133124b12ee678898afc Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 19 Mar 2011 17:20:56 -0300 Subject: [PATCH] use MSTEST_GNUPGHOME instead of GNUPGHOME --- unit-tests/run-tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/run-tests.pl b/unit-tests/run-tests.pl index 0764b65..3ad0227 100644 --- a/unit-tests/run-tests.pl +++ b/unit-tests/run-tests.pl @@ -34,7 +34,7 @@ BEGIN { $BINDIR = $FindBin::Bin; } handles=>new GnuPG::Handles() ); waitpid $pid,0; - $ENV{GNUPGHOME}=$tempdir; + $ENV{MSTEST_GNUPGHOME}=$tempdir; } my @dirs = scalar(@ARGV) > 0 ? @ARGV : ($BINDIR); -- 2.26.2