From: Jacob Bachmeyer Date: Wed, 30 Nov 2022 02:20:44 +0000 (-0600) Subject: Change default GNUPGHOME in mock signature verification tool X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c6aa1ebd8b367c6c3bbac7cf742fc936207fa2dd;p=gatekeeper.git Change default GNUPGHOME in mock signature verification tool This reduces the possibility of confusion, and will be more important when a mock GPG is implemented to support testing the keymaster tool. --- diff --git a/testsuite/lib/exec/mockgpgv b/testsuite/lib/exec/mockgpgv index 7e5343c..334ee9e 100755 --- a/testsuite/lib/exec/mockgpgv +++ b/testsuite/lib/exec/mockgpgv @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -: ${GNUPGHOME:=~/.gnupg} +: ${GNUPGHOME:=~/.gnupg-mock} # parse command line while :; do