diff options
| author | David Bremner <david@tethera.net> | 2016-03-22 07:54:45 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-05-13 07:29:12 -0300 |
| commit | 792bea5aff135107fd970f51f3ef8c65f68194de (patch) | |
| tree | b3df6cbce34542f2789d70c402c2194edcc6b18e /test/T040-setup.sh | |
| parent | bbf6069252d31e6693ee99cce8bf4f9fab47e360 (diff) | |
lib/cli: add library API / CLI for compile time options
This is intentionally low tech; if we have more than two options it may
make sense to build up what infrastructure is provided.
Diffstat (limited to 'test/T040-setup.sh')
| -rwxr-xr-x | test/T040-setup.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/T040-setup.sh b/test/T040-setup.sh index cf0c00bc..be2f0dbd 100755 --- a/test/T040-setup.sh +++ b/test/T040-setup.sh @@ -19,7 +19,7 @@ another.suite@example.com foo bar baz EOF -output=$(notmuch --config=new-notmuch-config config list) +output=$(notmuch --config=new-notmuch-config config list | notmuch_built_with_sanitize) test_expect_equal "$output" "\ database.path=/path/to/maildir user.name=Test Suite @@ -29,6 +29,8 @@ new.tags=foo;bar; new.ignore= search.exclude_tags=baz; maildir.synchronize_flags=true -crypto.gpg_path=gpg" +crypto.gpg_path=gpg +built_with.compact=something +built_with.field_processor=something" test_done |
