diff options
| author | David Bremner <david@tethera.net> | 2022-02-09 08:28:54 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-16 21:57:22 -0400 |
| commit | 9ddd13f75827f4972872c8766320c7cb80b1819b (patch) | |
| tree | 7efd4a4315c0719cc1bd53f4a2995b42634fd9cf /test/T055-path-config.sh | |
| parent | e221a4531fa8d317560d568634da695952c65365 (diff) | |
python-cffi: use config_pairs API in ConfigIterator
This returns all of the config keys with non-empty values, not just
those that happen to be stored in the database.
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 71823039..4897c814 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -294,7 +294,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "Config list from python ($config)" - test_subtest_known_broken test_python <<EOF > OUTPUT from notmuch2 import Database db=Database(config=Database.CONFIG.SEARCH) |
