]> git.notmuchmail.org Git - notmuch/commit
test: fix syntax errors in erroring calls to notmuch insert
authorDavid Bremner <david@tethera.net>
Fri, 4 Sep 2020 01:10:57 +0000 (22:10 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 5 Sep 2020 00:04:33 +0000 (21:04 -0300)
commit85b580386905ca1fdb168edc64fca66ffb9620a7
treeb6b349e4d50692fc927548237f2daf9e276a338a
parent81b390950903474ba9e4287947b247bf56d6c6bc
test: fix syntax errors in erroring calls to notmuch insert

notmuch insert does not currently support passing a filename for the
input, so all of these tests have an extra error in addition to the
one being tested for.

Currently this does not make a difference because the error being
tested for is caught before the error of an extra command line
argument. In the future it might make a difference, and in any case it
is confusing.
test/T070-insert.sh