diff options
Diffstat (limited to 'trunk/tests/gpg/Makefile.am')
-rw-r--r-- | trunk/tests/gpg/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/tests/gpg/Makefile.am b/trunk/tests/gpg/Makefile.am index 57e53132..5da0bbbf 100644 --- a/trunk/tests/gpg/Makefile.am +++ b/trunk/tests/gpg/Makefile.am @@ -63,8 +63,9 @@ clean-local: all-local: ./pubring.gpg ./gpg.conf ./gpg-agent.conf ./pubring.gpg: $(srcdir)/pubdemo.asc ./Alpha/Secret.gpg - $(GPG) --homedir . --import $(srcdir)/pubdemo.asc - $(GPG) --homedir . --allow-secret-key-import \ + -$(GPG) --homedir . --no-permission-warning \ + --import $(srcdir)/pubdemo.asc + -$(GPG) --homedir . --no-permission-warning \ --import Alpha/Secret.gpg Zulu/Secret.gpg ./Alpha/Secret.gpg: mkdemodirs secdemo.asc |