diff options
| author | David Bremner <david@tethera.net> | 2023-09-15 09:50:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-23 08:34:48 -0300 |
| commit | 1c10d91d8e4a3e5bc76ca4c6b9939f3759e6ef5e (patch) | |
| tree | 1557dbddd672b2879f0c52ce6c4eef35538886b0 /test/T030-config.sh | |
| parent | bc38580cef3316254b1ffb15b4711b541c6f9bb3 (diff) | |
Pass error message from GLib ini parser to CLI
The function _notmuch_config_load_from_file is only called in two
places in open.cc. Update internal API to match the idiom in open.cc.
Adding a newline is needed for consistency with other status strings.
Based in part on a patch [1] from Eric Blake.
[1]: id:20230906153402.101471-1-eblake@redhat.com
Diffstat (limited to 'test/T030-config.sh')
| -rwxr-xr-x | test/T030-config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T030-config.sh b/test/T030-config.sh index 636b5a53..621e0b69 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -201,7 +201,6 @@ printf '[query]\nq3=from:\xff\n' >>bad-config test_expect_code 1 "notmuch --config=./bad-config config list" test_begin_subtest "Specific error message about bad utf8" -test_subtest_known_broken notmuch --config=./bad-config config list 2>ERRORS cat <<EOF > EXPECTED GLib: Key file contains key “q3” with value “from:�” which is not UTF-8 |
