diff options
| author | David Bremner <david@tethera.net> | 2020-06-29 22:14:09 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-03 21:03:51 -0300 |
| commit | 87d462a20423a25eaf4b54a90bfd538dd93da675 (patch) | |
| tree | bd54efde24ef7e3a3c8c1ffba9779fc54345b2bf /test | |
| parent | 2c17327ee5c428e3d52a188b0433a130b4684438 (diff) | |
lib: catch error from closed db in n_m_get_message_id
By catching it at the library top level, we can return an error value.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T560-lib-error.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 7284a92b..5a5f66b8 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -343,7 +343,6 @@ EOF backup_database test_begin_subtest "Handle getting message-id from closed database" -test_subtest_known_broken cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} { const char *id2; |
