From c6aa1ebd8b367c6c3bbac7cf742fc936207fa2dd Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Tue, 29 Nov 2022 20:20:44 -0600 Subject: [PATCH] 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. --- testsuite/lib/exec/mockgpgv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1