]> git.notmuchmail.org Git - notmuch/commit
test/notmuch-test: simple streamlining
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 9 Jun 2016 19:20:56 +0000 (22:20 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 28 Jun 2016 07:23:39 +0000 (09:23 +0200)
commitbe55acf4f0379b964e8c85cb20e2834b25842f4d
treea1e2d0515478af99fe87d5ab4aa2c5bc23dca570
parentdd5cd6964fe074c79c1850abb82d805bca35a5c5
test/notmuch-test: simple streamlining

A few simple things that applies well to test/notmuch-test.sh

- Shell does pathname expansion also without doing `echo ...` in subshell.

- Redirections >/dev/null 2>/dev/null hide (improbable but) potential
  serious errors; adding -f to rm instead.

- Inter-file capitalization consistency in comments.

- Unnecesary space removal.
test/notmuch-test