X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Fnew;h=ea678d7c0f425ec7c564de872741142a67e6b2c2;hb=f5d65615bb1a9e34761674aa5432495579b0aeaf;hp=f562cec1239e504a1a2f8c28b6999ba42b36e0ee;hpb=59c994e770581acb8effde7057d09823e1194830;p=obsolete%2Fnotmuch-old diff --git a/test/new b/test/new index f562cec1..ea678d7c 100755 --- a/test/new +++ b/test/new @@ -236,4 +236,11 @@ test_expect_equal "$output" \ No new mail." +test_begin_subtest "Don't stop for ignored broken symlinks" +test_subtest_known_broken +notmuch config set new.ignore .git ignored_file .ignored_hidden_file broken_link +ln -s i_do_not_exist "${MAIL_DIR}"/broken_link +output=$(NOTMUCH_NEW 2>&1) +test_expect_equal "$output" "No new mail." + test_done