diff options
| author | David Bremner <david@tethera.net> | 2023-12-03 14:56:44 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-12-06 07:33:05 -0400 |
| commit | b97cd90040a8353e6f94c317af2020f3d6e67a2e (patch) | |
| tree | e5e3e1d33ea5cf5ff458ba328e85cbe198068df0 /test/T055-path-config.sh | |
| parent | 5a582e8ed9b9bfd88e63149fb671510bc2b2e9f8 (diff) | |
lib: clear error message on success in _choose_database_path
Previously we both found a database and returned a message saying that
the database could not be found (along with a success code). This
change should prevent spurious error output.
Diffstat (limited to 'test/T055-path-config.sh')
| -rwxr-xr-x | test/T055-path-config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index fcaf09d3..1feb5624 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -376,7 +376,6 @@ EOF ;; home_mail|maildir_env) test_begin_subtest "No errors from config list ($config)" - test_subtest_known_broken notmuch config list 2>OUTPUT 1>/dev/null test_expect_equal_file /dev/null OUTPUT ;; |
