From: David Bremner Date: Sat, 19 Mar 2011 20:20:56 +0000 (-0300) Subject: use MSTEST_GNUPGHOME instead of GNUPGHOME X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3527b53b37dcf17354a133124b12ee678898afc;p=monkeysphere-validation-agent.git use MSTEST_GNUPGHOME instead of GNUPGHOME --- 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);