diff options
| author | David Bremner <david@tethera.net> | 2021-02-27 09:22:32 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-04-06 21:32:36 -0300 |
| commit | ec4b7efbe4bd6d50bd6046bac5f7ef4ceaa30154 (patch) | |
| tree | eddfc4417ad06ddb22498aeabaef37c15810781a /test/T055-path-config.sh | |
| parent | 77d4b26d3e374afac0012148a8ac0a08158406f1 (diff) | |
CLI/config: remove calls to notmuch_config_open from top level
This will allow simplifying the subcommand interface.
Change the internal API to notmuch_config_open to not tie it to the
implementation of subcommands in notmuch.c.
It also fixes a previously broken test, since notmuch_config_open does
not understand the notion of the empty string as a config file name.
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 535c41e9..2045a555 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -258,7 +258,6 @@ EOF case $config in XDG*) test_begin_subtest "Set shadowed config value in database ($config)" - test_subtest_known_broken name=${RANDOM} value=${RANDOM} key=test${test_count}.${name} |
