]> git.notmuchmail.org Git - notmuch/commit
test: fix error messages for missing binary dependencies
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Mon, 28 Nov 2011 22:41:07 +0000 (02:41 +0400)
committerDavid Bremner <bremner@debian.org>
Thu, 1 Dec 2011 01:26:10 +0000 (17:26 -0800)
commitde3d46e93cd5384e4fd0015a107a175accdffe5a
treea5b62a3e9df47fb72b3d1b835f8db74dbbdba0b5
parent5635977543bdf9ce03c78d749d7a6d4fd41ae698
test: fix error messages for missing binary dependencies

The fake missing binary functions check if the binary has already be
added to the diagnostic message to avoid duplicates.  Unfortunately,
this check was buggy because the message string does not have the
trailing space.
test/test-lib.sh