From ceed4a74540cf2c316b65cf62a9926c65019bb81 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 13 Jul 2017 16:04:07 +0200 Subject: [PATCH] tests: Fix blunder. -- Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e Signed-off-by: Justus Winter --- tests/gpgsm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am index a5667a85..274ba9d0 100644 --- a/tests/gpgsm/Makefile.am +++ b/tests/gpgsm/Makefile.am @@ -65,7 +65,7 @@ BUILT_SOURCES = gpgsm.conf trustlist.txt pubring-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" >> ./gpg.conf + echo "agent-program `which $(GPG_AGENT)`|--debug-quick-random" >> ./gpgsm.conf ./private-keys-v1.d/gpg-sample.stamp: $(srcdir)/$(key_id) -gpgconf --kill all