]> git.notmuchmail.org Git - notmuch/commit
test: Fix message when skipping test_expect_equal* tests
authorAustin Clements <amdragon@mit.edu>
Thu, 12 May 2011 13:09:06 +0000 (09:09 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 13 Sep 2011 02:35:59 +0000 (23:35 -0300)
commit5ae1b9c328518a3b09be827ee59498b0598119ff
tree8c5676f6ea6d331030e0f9de0b823aea593890a2
parent22af786838793ed97fa3dbb1d223e90602912b71
test: Fix message when skipping test_expect_equal* tests

For these types of tests, the test name is previously recorded in a
variable, not passed to the test function, so pass this variable to
test_skip.
test/test-lib.sh