X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT050-new.sh;h=7119356fc9fe1dc20d6a8d5f4be20f5117bb816a;hp=ad46ee6d51b695f1144de64e406145d26f289452;hb=c82a1745ac6fd83e025803a06711e913c86e6f47;hpb=0cc0144875875fe974fe0851b5c2c21d63d9b06d diff --git a/test/T050-new.sh b/test/T050-new.sh index ad46ee6d..7119356f 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -173,11 +173,7 @@ Subject: Test mbox message 1 Body. EOF output=$(NOTMUCH_NEW 2>&1) -test_expect_equal "$output" \ -"Warning: ${MAIL_DIR}/mbox_file1 is an mbox containing a single message, -likely caused by misconfigured mail delivery. Support for single-message -mboxes is deprecated and may be removed in the future. -Added 1 new message to the database." +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"