]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
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)
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.


No differences found