From dc23c640bb2f757a2121ea0a83d18648dcaec32f Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 11 Aug 2012 09:33:54 -0400 Subject: [PATCH] added gpg_no_pw_access.conf file for no password gpg tests --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 16dfecb1..7529bf3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ EXTRA_DIST = \ test/conf/force_nat_access.conf \ test/conf/future_expired_stanza_access.conf \ test/conf/gpg_access.conf \ + test/conf/gpg_no_pw_access.conf \ test/conf/invalid_expire_access.conf \ test/conf/ip_source_match_access.conf \ test/conf/mismatch_open_ports_access.conf \