[Pkg-gnupg-commit] [gnupg2] 15/166: tests, w32: Fix locating GPGME's tests on Windows.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Mar 16 22:33:01 UTC 2017


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 6ecd8b3e71632bbcca524ad735c83bdc2a4c4a4a
Author: Justus Winter <justus at g10code.com>
Date:   Wed Jan 25 11:16:23 2017 +0100

    tests,w32: Fix locating GPGME's tests on Windows.
    
    * tests/gpgme/run-tests.scm: Qualify the test with the executable
    extension.
    --
    Previously, the test suite could not locate the test executables on
    Windows because the Windows-specific file extension was missing.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 tests/gpgme/run-tests.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gpgme/run-tests.scm b/tests/gpgme/run-tests.scm
index bce5584..cb17977 100644
--- a/tests/gpgme/run-tests.scm
+++ b/tests/gpgme/run-tests.scm
@@ -54,7 +54,7 @@
 	     (apply path-join
 		    `(,(if (compiled? name)
 			   gpgme-builddir
-			   gpgme-srcdir) ,@(:path cmpnts),name)))
+			   gpgme-srcdir) ,@(:path cmpnts) ,(qualify name))))
 	   (let ((makefile (apply path-join `(,gpgme-srcdir ,@(:path cmpnts)
 							    "Makefile.am"))))
 	     (map (lambda (name)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list