From: Austin Clements Date: Sun, 25 Nov 2012 06:15:59 +0000 (-0500) Subject: test: Test notmuch new for single-message mbox X-Git-Tag: 0.15_rc1~159 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=de9875ca8335dffa0e2d4efd06eadb104c84f95b test: Test notmuch new for single-message mbox We support this for historical reasons. --- diff --git a/test/new b/test/new index 587aa114..43d56e40 100755 --- a/test/new +++ b/test/new @@ -163,6 +163,19 @@ rm -rf "${MAIL_DIR}"/two output=$(NOTMUCH_NEW) test_expect_equal "$output" "No new mail. Removed 3 messages." +test_begin_subtest "Support single-message mbox" +cat > "${MAIL_DIR}"/mbox_file1 < +To: Notmuch Test Suite +Subject: Test mbox message 1 + +Body. +EOF +output=$(NOTMUCH_NEW 2>&1) +test_expect_equal "$output" \ +"Added 1 new message to the database." + # This test requires that notmuch new has been run at least once. test_begin_subtest "Skip and report non-mail files" generate_message