]> git.notmuchmail.org Git - notmuch/commit
test: fix test_require_external_prereq()
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Mon, 28 Nov 2011 22:41:04 +0000 (02:41 +0400)
committerDavid Bremner <bremner@debian.org>
Thu, 1 Dec 2011 01:22:28 +0000 (17:22 -0800)
commit716e9a45b9cfc44618edfcc2fbf9b7a066b37f1a
tree5825a3f4472a711e6814aef1685b9cabe793cd06
parent9e805b6a5894c4e42deb78ad33523e550d157c75
test: fix test_require_external_prereq()

test_missing_external_prereq_${binary}_ variable indicates that the
binary is missing.  It must be set in test_declare_external_prereq()
outside of the fake $binary() function.
test/test-lib.sh