tests: Use --batch for gpg import.
* lang/python/tests/Makefile.am (./pubring-stamp): Use --batch with GPG to avoid Pinentries during import when using GnuPG >= 2.1. Replace touch by echo. * tests/gpg/Makefile.am (./pubring-stamp): Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
29207bcd3b
commit
bfb6890ded
@ -100,11 +100,11 @@ initial.py: check-local
|
||||
echo x > ./private-keys-v1.d/gpg-sample.stamp
|
||||
|
||||
./pubring-stamp: $(test_srcdir)/pubdemo.asc
|
||||
$(GPG) --no-permission-warning \
|
||||
$(GPG) --batch --no-permission-warning \
|
||||
--import $(test_srcdir)/pubdemo.asc
|
||||
-$(GPG) --no-permission-warning \
|
||||
-$(GPG) --batch --no-permission-warning \
|
||||
--import $(test_srcdir)/secdemo.asc
|
||||
touch ./pubring-stamp
|
||||
echo x > ./pubring-stamp
|
||||
|
||||
./gpg.conf:
|
||||
# This is required for t-sig-notations.
|
||||
|
@ -89,11 +89,11 @@ export GPG_AGENT_INFO :=
|
||||
echo x > ./private-keys-v1.d/gpg-sample.stamp
|
||||
|
||||
./pubring-stamp: $(srcdir)/pubdemo.asc
|
||||
$(GPG) --no-permission-warning \
|
||||
$(GPG) --batch --no-permission-warning \
|
||||
--import $(srcdir)/pubdemo.asc
|
||||
-$(GPG) --no-permission-warning \
|
||||
-$(GPG) --batch --no-permission-warning \
|
||||
--import $(srcdir)/secdemo.asc
|
||||
touch ./pubring-stamp
|
||||
echo x > ./pubring-stamp
|
||||
|
||||
./gpg.conf:
|
||||
# This is required for t-sig-notations.
|
||||
|
Loading…
Reference in New Issue
Block a user