[DRE-commits] [ruby-mail-gpg] 01/01: debian/ruby-tests.rake: Fix gpghome path and make the tests work!

Georg Faerber georg-alioth-guest at moszumanska.debian.org
Sun Nov 20 22:12:46 UTC 2016


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

georg-alioth-guest pushed a commit to branch master
in repository ruby-mail-gpg.

commit 7113809c34b6fb91da1c738d80f8c581078e73e5
Author: Georg Faerber <georg at riseup.net>
Date:   Sun Nov 20 23:10:56 2016 +0100

    debian/ruby-tests.rake: Fix gpghome path and make the tests work!
---
 debian/ruby-tests.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index f1631c3..8389c15 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require 'rake/testtask'
 
 def setup_gpghome
-  gpghome = File.join File.dirname(__FILE__), 'test', 'gpghome'
+  gpghome = File.join File.dirname(__FILE__), '..', 'test', 'gpghome'
   ENV['GNUPGHOME'] = gpghome
   ENV['GPG_AGENT_INFO'] = '' # disable gpg agent
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mail-gpg.git



More information about the Pkg-ruby-extras-commits mailing list