From 2c64c2e0eb5bbf723313eef8913085dae0df4305 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 5 May 2013 22:18:19 +0300 Subject: [PATCH] test: add basic test for notmuch setup And annotate with test_subtest_known_broken. Hooray. --- test/notmuch-test | 1 + test/setup | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 test/setup 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 <