diff options
| author | David Bremner <david@tethera.net> | 2020-07-05 10:00:21 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-14 07:31:37 -0300 |
| commit | 96befd0dd075c5d3a63902d72eff7fc1928ba541 (patch) | |
| tree | f0d76277982e611759b01100eac9bc0c830f3a52 /test/T560-lib-error.sh | |
| parent | 6dc62d8bea7ce537ba30e7f68061a27f03e0bda7 (diff) | |
lib: catch Xapian exceptions in n_m_count_files
This will require some care for the caller to check the sign, and not
just add error returns into a running total.
Diffstat (limited to 'test/T560-lib-error.sh')
| -rwxr-xr-x | test/T560-lib-error.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index e1843d91..1635d0e7 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -487,7 +487,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "Handle counting files from closed database" -test_subtest_known_broken cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR} { int result; |
