]> git.cworth.org Git - notmuch/commit
test/path-config: use test_expect_equal_file_nonempty
authorDavid Bremner <david@tethera.net>
Wed, 4 Aug 2021 10:42:33 +0000 (07:42 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 21 Aug 2021 21:56:13 +0000 (14:56 -0700)
commit4f84c01b3ab2002812293a0951c4f69acb9ddea2
tree820ae8c757c2c9e814edd8767216772c95e5ce3b
parent474a7f8e6506ed5c027a5f8e4c11261cda5a17dc
test/path-config: use test_expect_equal_file_nonempty

This is more robust against crashes when the expected output is also
generated by notmuch. In the case where the expected output is
explicit, it seems like overkill.
test/T055-path-config.sh