diff options
| author | David Bremner <david@tethera.net> | 2020-07-19 09:51:03 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-22 19:52:55 -0300 |
| commit | b268c8c0711a12b26a3abd3c8dde38a3679999b1 (patch) | |
| tree | 94e78b1e6ccc5efb1d19c58154949f7937b4582a /test/T562-lib-database.sh | |
| parent | f6d74be84071b31e1e8d466bea76dd8d44d54377 (diff) | |
lib: fix error return bug with n_d_set_config.
The catch block either needs to return, or the function needs to
return "status". Choose the latter for consistency with
n_d_get_config.
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 cdc6fc12..f767fddf 100755 --- a/test/T562-lib-database.sh +++ b/test/T562-lib-database.sh @@ -357,7 +357,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "set config in closed database" -test_subtest_known_broken cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} { EXPECT0(notmuch_database_close (db)); |
