aboutsummaryrefslogtreecommitdiff
path: root/test/T055-path-config.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-02-09 08:28:54 -0400
committerDavid Bremner <david@tethera.net>2022-02-16 21:57:22 -0400
commit9ddd13f75827f4972872c8766320c7cb80b1819b (patch)
tree7efd4a4315c0719cc1bd53f4a2995b42634fd9cf /test/T055-path-config.sh
parente221a4531fa8d317560d568634da695952c65365 (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-xtest/T055-path-config.sh1
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)