3 test_description='"notmuch setup"'
6 test_begin_subtest "Create a new config interactively"
7 notmuch --config=new-notmuch-config > /dev/null <<EOF
10 another.suite@example.com
16 output=$(notmuch --config=new-notmuch-config config list)
17 test_expect_equal "$output" "\
18 database.path=/path/to/maildir
20 user.primary_email=test.suite@example.com
21 user.other_email=another.suite@example.com;
24 search.exclude_tags=baz;
25 maildir.synchronize_flags=true"