[PATCH 04/14] tests/smime: consistently quote $GNUPGHOME
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Dec 3 21:51:52 PST 2019
Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
test/T355-smime.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/T355-smime.sh b/test/T355-smime.sh
index dac9b1e5..cbd3e5a6 100755
--- a/test/T355-smime.sh
+++ b/test/T355-smime.sh
@@ -6,13 +6,13 @@ test_description='S/MIME signature verification and decryption'
add_gpgsm_home ()
{
local fpr
- [ -d ${GNUPGHOME} ] && return
+ [ -d "$GNUPGHOME" ] && return
_gnupg_exit () { gpgconf --kill all 2>/dev/null || true; }
at_exit_function _gnupg_exit
mkdir -m 0700 "$GNUPGHOME"
gpgsm --batch --no-tty --no-common-certs-import --disable-dirmngr --import < $NOTMUCH_SRCDIR/test/smime/test.crt >"$GNUPGHOME"/import.log 2>&1
fpr=$(gpgsm --batch --list-key test_suite at notmuchmail.org | sed -n 's/.*fingerprint: //p')
- echo "$fpr S relax" >> $GNUPGHOME/trustlist.txt
+ echo "$fpr S relax" >> "$GNUPGHOME/trustlist.txt"
gpgsm --quiet --batch --no-tty --no-common-certs-import --disable-dirmngr --import < $NOTMUCH_SRCDIR/test/smime/ca.crt
echo "4D:E0:FF:63:C0:E9:EC:01:29:11:C8:7A:EE:DA:3A:9A:7F:6E:C1:0D S" >> "$GNUPGHOME/trustlist.txt"
test_debug "cat $GNUPGHOME/import.log"
--
2.24.0
More information about the notmuch
mailing list