Change default GNUPGHOME in mock signature verification tool
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 30 Nov 2022 02:20:44 +0000 (20:20 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Fri, 13 Jan 2023 04:42:59 +0000 (22:42 -0600)
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

index 7e5343c285c65f946157f1e0bf0ffd7b3f787449..334ee9e86c119c2e04a163d2a2ec19516713a696 100755 (executable)
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-: ${GNUPGHOME:=~/.gnupg}
+: ${GNUPGHOME:=~/.gnupg-mock}
 
 # parse command line
 while :; do