]> git.notmuchmail.org Git - notmuch/commit
test-lib.sh: "tidied" emacs_deliver_message ()
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 16 May 2019 20:43:51 +0000 (23:43 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 23 May 2019 11:00:13 +0000 (08:00 -0300)
commita1aea7272e3dd98c389402791617a00b92783f86
treea8e358b18e97b1da8dd45251e15ab6f03bca8394
parentf33053023b2a3f42ba7d87e3ed58b58673bf08ad
test-lib.sh: "tidied" emacs_deliver_message ()

Added initialization and checking of smtp_dummy_port
like it was done with smtp_dummy_pid.

Made those function-local variables.

One 8 spaces to tab consistency conversion.

And last, but definitely not least; while doing above
noticed that there were quite a few double-quoted strings
where $@ was in the middle of it -- replaced those with $*
for robustness ("...$@..." expands params to separate words,
"...$*..." params expands to single word).
test/test-lib.sh