]> git.notmuchmail.org Git - notmuch/commit
tests/smime: avoid copying the key+cert.pem around
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 28 Apr 2020 18:57:14 +0000 (14:57 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 30 Apr 2020 20:54:48 +0000 (17:54 -0300)
commit7eaac52ddbb7c95b7e92c24d84eecdb3e9691021
tree4a8d3d8a63547a60e700fd346e2775b3f1fbc0ef
parent2e351d10c2aba786656715e8334fc2296e22527d
tests/smime: avoid copying the key+cert.pem around

No functional change.

We no longer need to identify the key and cert to mml-mode when
sending an S/MIME message, so making a copy of key+cert.pem to
test_suite.pem is superfluous.  Get rid of the extra file.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/T355-smime.sh