aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2026-01-09 07:16:40 +0100
committerNIIBE Yutaka <[email protected]>2026-01-09 07:16:40 +0100
commit9a1f409499c4e086e95c8dbca712929ee3c418ef (patch)
tree7fbafff2d7c3e30d5a66a39d2ecdab9e51a67a57 /tests/gpgsm
parentw32:spawn: Support the case without no helper. (diff)
downloadgpgme-9a1f409499c4e086e95c8dbca712929ee3c418ef.tar.gz
gpgme-9a1f409499c4e086e95c8dbca712929ee3c418ef.zip
tests: It's start-stop-agent which invokes gpg-agent.
* tests/gpgsm/Makefile.am (gpgsm.conf): Don't touch agent-program. * tests/start-stop-agent: Don't modify gpg.conf and gpgsm.conf. -- When start-stop-agent fails, this allows invocation of gpg-agent by gpg/gpgsm. This enables semihosted build. Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'tests/gpgsm')
-rw-r--r--tests/gpgsm/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index 63de7477..f07b78ac 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -63,7 +63,6 @@ pubring-stamp: $(srcdir)/cert_g10code_test1.der gpg-sample.stamp
gpgsm.conf:
echo disable-crl-checks > ./gpgsm.conf
echo faked-system-time 1008241200 >> ./gpgsm.conf
- echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpgsm.conf
gpg-sample.stamp: $(srcdir)/$(key_id)
-$(TESTS_ENVIRONMENT) gpgconf --kill all