From: Jani Nikula Date: Sun, 5 May 2013 19:18:19 +0000 (+0300) Subject: test: add basic test for notmuch setup X-Git-Tag: 0.16_rc1~142 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2c64c2e0eb5bbf723313eef8913085dae0df4305 test: add basic test for notmuch setup And annotate with test_subtest_known_broken. Hooray. --- diff --git a/test/notmuch-test b/test/notmuch-test index ca9c3dcb..27a144ef 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -20,6 +20,7 @@ TESTS=" basic help-test config + setup new count search diff --git a/test/setup b/test/setup new file mode 100755 index 00000000..8cc55767 --- /dev/null +++ b/test/setup @@ -0,0 +1,28 @@ +#!/usr/bin/env bash + +test_description='"notmuch setup"' +. ./test-lib.sh + +test_begin_subtest "Create a new config interactively" +test_subtest_known_broken +notmuch --config=new-notmuch-config > /dev/null <