diff options
| author | David Bremner <david@tethera.net> | 2020-07-04 12:18:05 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-18 09:52:27 -0300 |
| commit | 2d04ed263121d970cd24a8c26ac924425a7ae3d2 (patch) | |
| tree | 792bf0dc7d1c670d42f58b6d1a9eaa2c54cac502 /test | |
| parent | 13116c5cedf58171d04b5f518b3d6f2fe8aea99d (diff) | |
lib: catch exceptions in n_m_get_flag, provide n_m_get_flag_st
It's not very nice to return FALSE for an error, so provide
notmuch_message_get_flag_st as a migration path.
Bump LIBNOTMUCH_MINOR_VERSION because the API is extended.
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 ebace888..36c4c1ce 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -438,7 +438,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "Handle getting ghost flag from closed database" -test_subtest_known_broken cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} { notmuch_bool_t result; |
