]> git.notmuchmail.org Git - notmuch/commit
test: Remove useless NOTMUCH variable (in favor of simply "notmuch")
authorCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 23:13:15 +0000 (16:13 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 23:15:08 +0000 (16:15 -0700)
commitba9f9efc9a8ba9d6e509d4041a66e9a2d31171b1
tree368b0c538d7dbb2942948a1111631e52b12829b0
parent129a4417e3e8339074fb07004995ed4240cd68d8
test: Remove useless NOTMUCH variable (in favor of simply "notmuch")

When the NOTMUCH variable was originally invented it was used as an
explicit path to the notmuch binary being tested. Today, the test
suite sets the PATH variable instead, so the NOTMUCH variable always
has a value of simply "notmuch".

We simplifying that by using the constant value rather than the
continual variable reference.
13 files changed:
test/author-order
test/dump-restore
test/encoding
test/from-guessing
test/json
test/long-id
test/new
test/reply
test/search
test/test-lib.sh
test/thread-naming
test/thread-order
test/uuencode