test/smtp-dummy: convert to 'goto DONE' style
authorDavid Bremner <david@tethera.net>
Sat, 26 Aug 2017 14:41:41 +0000 (11:41 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 10:16:24 +0000 (07:16 -0300)
commit536d695a3151f78a0aed0a902298ac53826c46d6
tree7bf6499198097e42500b2f2914268bb1ae91df05
parent1fa5bd282e37f71abcadb2c46750ba29273b6288
test/smtp-dummy: convert to 'goto DONE' style

Clean up several cppcheck warnings of the form

      - test/smtp-dummy.c:170: error: Resource leak: output

Conform to overall notmuch code style.
test/smtp-dummy.c