[Pkg-gnupg-commit] [gnupg2] 58/205: tests/openpgp: Qualify executables with extension.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:15 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit ede0061febe5b2edde6a1a79d599e3c7c0faed5a
Author: Justus Winter <justus at g10code.com>
Date:   Tue Jan 12 11:43:06 2016 +0100

    tests/openpgp: Qualify executables with extension.
    
    * tests/openpgp/Makefile.am (required_pgms): Qualify executables with
    '$EXEEXT'.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 tests/openpgp/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 873ddce..0181386 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -20,8 +20,9 @@
 
 
 # Programs required before we can run these tests.
-required_pgms = ../../g10/gpg2 ../../agent/gpg-agent \
-                ../../tools/gpg-connect-agent ../../tools/mk-tdata
+required_pgms = ../../g10/gpg2$(EXEEXT) ../../agent/gpg-agent$(EXEEXT) \
+                ../../tools/gpg-connect-agent$(EXEEXT) \
+		../../tools/mk-tdata$(EXEEXT)
 
 AM_CPPFLAGS = -I$(top_srcdir)/common
 include $(top_srcdir)/am/cmacros.am

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