diff options
| author | David Bremner <david@tethera.net> | 2020-07-05 10:00:23 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-14 07:31:45 -0300 |
| commit | 33dd5fdc6997faee43aa0f79693fc4a8b5143756 (patch) | |
| tree | 7b93bd11d23854f6e0d00d714411edf71b032cec /test | |
| parent | 503c035077a2054cad7d82e5a2e040db2f8d253b (diff) | |
lib: catch Xapian exceptions in n_m_add_tag
This is mostly just (horizontal) code movement due to wrapping
everything in a try / catch.
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 cc3ffc6e..ccdab4be 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -503,7 +503,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "Handle adding tag with closed database" -test_subtest_known_broken cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} { notmuch_status_t status; |
