diff options
| author | David Bremner <david@tethera.net> | 2020-08-01 09:25:50 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-03 20:45:58 -0300 |
| commit | 31dab9b1cd66c7f285fe86021f66940f679325d4 (patch) | |
| tree | ffa42a588d39efd1db30379f9df9ce751afd39c1 /test/T562-lib-database.sh | |
| parent | 3f8b01a3ef9e50a772897c67e0146172b3849749 (diff) | |
lib: return NULL from n_d_get_default_indexopts on error
This is a rare and probably serious programming error, so better not
to silently return a default value.
Diffstat (limited to 'test/T562-lib-database.sh')
| -rwxr-xr-x | test/T562-lib-database.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T562-lib-database.sh b/test/T562-lib-database.sh index 32fda72e..ce62eaa8 100755 --- a/test/T562-lib-database.sh +++ b/test/T562-lib-database.sh @@ -373,7 +373,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "get indexopts from closed database" -test_subtest_known_broken cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} { notmuch_indexopts_t *result; |
