diff options
| author | David Bremner <david@tethera.net> | 2022-05-25 07:51:17 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-06-25 16:06:34 -0300 |
| commit | 6f749dd24a1c8138a05ac92884e8cb71098c7f6e (patch) | |
| tree | 1109e3fecdac0c4e0b1029821e33cf14033b76e5 /test | |
| parent | 3f27cce71f9f154cb0c2134c32d41c31eb62a239 (diff) | |
lib: check for writable db in n_m_tags_maildir_flags
The database needs to be writable because the list of stored file
names will change in general.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T566-lib-message.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T566-lib-message.sh b/test/T566-lib-message.sh index 87e70441..511d56ca 100755 --- a/test/T566-lib-message.sh +++ b/test/T566-lib-message.sh @@ -375,7 +375,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "Handle converting tags to maildir flags with closed db" -test_subtest_known_broken cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} { notmuch_status_t status; |
