diff options
| author | David Bremner <david@tethera.net> | 2020-08-01 09:25:59 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-03 20:59:06 -0300 |
| commit | f4f5db0f1a6e89f56bfd73f8517c1cac7af20290 (patch) | |
| tree | 6b7861ed6b9f07681774b65e399da5d982d41928 /test | |
| parent | b03cc6cf90c302b66453feb081b36fabe927a576 (diff) | |
lib: fix return value for n_directory_delete
Falling out of the catch meant the error return was lost
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T563-lib-directory.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T563-lib-directory.sh b/test/T563-lib-directory.sh index b91a1c87..7e44e805 100755 --- a/test/T563-lib-directory.sh +++ b/test/T563-lib-directory.sh @@ -76,7 +76,6 @@ test_expect_equal_file EXPECTED OUTPUT backup_database test_begin_subtest "delete directory document for a closed db" -test_subtest_known_broken cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} { stat = notmuch_directory_delete (dir); |
