Proposed functionality. --- test/config | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/test/config b/test/config index 75f662d..cce2abc 100755 --- a/test/config +++ b/test/config @@ -22,4 +22,20 @@ xxx yyy yyy zzz zzz" +test_begin_subtest "List all items" +test_subtest_known_broken +notmuch config set database.path "/canonical/path" +output=$(notmuch config list) +test_expect_equal "$output" "\ +database.path=/canonical/path +user.name=Notmuch Test Suite [email protected] [email protected];[email protected] +new.tags=unread;inbox; +new.ignore= +search.exclude_tags= +maildir.synchronize_flags=true +foo.bar=baz +foo.list=xxx;yyy yyy;zzz zzz;" + test_done -- 1.7.4.4 _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
