]> git.notmuchmail.org Git - notmuch/commit
test: Remove misguided emacs testing utilities
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 27 Jul 2020 15:25:02 +0000 (17:25 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 28 Jul 2020 11:39:58 +0000 (08:39 -0300)
commit7b752e9eb479426fdf87ab10ca64fd057ee88252
tree963316e209fd116e041882f6d223023e60c55a0e
parentd5d8846c3286ec681c3d46b3fe30d50254224208
test: Remove misguided emacs testing utilities

The goal of this abstraction was to save space.  But that failed as
the result actually was that four trivial lines got replace with 15
fairly complicated lines.  The opposite of what it was supposed to
do.

Also it made it harder to come up with the fix in the previous commit;
simply grepping for the relevant symbols did not work because they get
constructed at run-time instead of appearing in the source file.
test/test-lib.el