From: Jacob Bachmeyer Date: Fri, 10 Mar 2023 04:14:14 +0000 (-0600) Subject: Add --batch option to mock gpg tool X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5855ac889f21fe1b693eb158f4449e5d33a0eab0;p=gatekeeper.git Add --batch option to mock gpg tool --- diff --git a/testsuite/lib/exec/mockgpg b/testsuite/lib/exec/mockgpg index a46d78b..5ef15d2 100755 --- a/testsuite/lib/exec/mockgpg +++ b/testsuite/lib/exec/mockgpg @@ -57,6 +57,9 @@ while [ $# -gt 0 ]; do # The testing mock always uses this mode. shift ;; + --batch) + shift + ;; --keyring) # unlike gpgv, gpg can create keyrings case $2 in