diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/gpg/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 6a95e595..b50f4b07 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -95,7 +95,7 @@ gpg-sample.stamp: $(srcdir)/$(private_keys)  pubring-stamp: $(srcdir)/pubdemo.asc gpg-sample.stamp  	$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \                 --import $(srcdir)/pubdemo.asc -	$(TESTS_ENVIRONMENT) -$(GPG) --batch --no-permission-warning \ +	-$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \  		--import $(srcdir)/secdemo.asc  	echo x > ./pubring-stamp | 
