eb8cf1f04c
- revert usage of gpg-offline to avoid cycles - add gnupg-2.0.20-automake113.diff to fix build with automake 1.13 OBS-URL: https://build.opensuse.org/request/show/179317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=69
14 lines
474 B
Diff
14 lines
474 B
Diff
Index: gnupg-2.0.20/tests/openpgp/Makefile.am
|
|
===================================================================
|
|
--- gnupg-2.0.20.orig/tests/openpgp/Makefile.am
|
|
+++ gnupg-2.0.20/tests/openpgp/Makefile.am
|
|
@@ -25,7 +25,7 @@ required_pgms = ../../g10/gpg2 ../../age
|
|
|
|
|
|
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
|
|
- ../../agent/gpg-agent --quiet --daemon sh
|
|
+ ../../agent/gpg-agent --quiet --daemon
|
|
|
|
|
|
TESTS = version.test mds.test \
|