diff options
Diffstat (limited to '')
-rw-r--r-- | checks/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/Makefile.am b/checks/Makefile.am index 3568fe35e..41ded3cd6 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -GPG_DEARMOR = --no-options --quiet --yes --dearmor +GPG_DEARMOR = ../g10/gpg --no-options --quiet --yes --dearmor TESTS = version.test mds.test \ decrypt.test decrypt-dsa.test \ |