projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4beb624
)
Change default GNUPGHOME in mock signature verification tool
author
Jacob Bachmeyer
<jcb@gnu.org>
Wed, 30 Nov 2022 02:20:44 +0000
(20:20 -0600)
committer
Jacob 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
patch
|
blob
|
blame
|
history
diff --git
a/testsuite/lib/exec/mockgpgv
b/testsuite/lib/exec/mockgpgv
index 7e5343c285c65f946157f1e0bf0ffd7b3f787449..334ee9e86c119c2e04a163d2a2ec19516713a696 100755
(executable)
--- 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 <http://www.gnu.org/licenses/>.
-: ${GNUPGHOME:=~/.gnupg}
+: ${GNUPGHOME:=~/.gnupg
-mock
}
# parse command line
while :; do