]> git.notmuchmail.org Git - notmuch/commit
test: notmuch_drop_mail_headers() style update
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 3 Sep 2017 20:24:55 +0000 (23:24 +0300)
committerDavid Bremner <david@tethera.net>
Mon, 4 Sep 2017 11:03:52 +0000 (08:03 -0300)
commit752653880833fb631ec3e350525d4bdb91efe290
tree9149d932a358161c2fcd3b171491724252a970cf
parentec37900c5f0316e1f7345fe413402e6dc8bb9547
test: notmuch_drop_mail_headers() style update

Changed "" quotes to '' as we're not supposed to dynamically
alter python program (via shell $variable expansion).

Added space to python program to match general python style.

Replaced $* with 'idiomatic' "$@" to serve as better example.
test/test-lib.sh