[Pkg-privacy-commits] [msva-perl] 317/356: use MSTEST_GNUPGHOME instead of GNUPGHOME

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:42:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit a3527b53b37dcf17354a133124b12ee678898afc
Author: David Bremner <bremner at unb.ca>
Date:   Sat Mar 19 17:20:56 2011 -0300

    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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list