aboutsummaryrefslogtreecommitdiff
path: root/test/T562-lib-database.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-01 09:25:50 -0300
committerDavid Bremner <david@tethera.net>2020-08-03 20:45:58 -0300
commit31dab9b1cd66c7f285fe86021f66940f679325d4 (patch)
treeffa42a588d39efd1db30379f9df9ce751afd39c1 /test/T562-lib-database.sh
parent3f8b01a3ef9e50a772897c67e0146172b3849749 (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-xtest/T562-lib-database.sh1
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;