X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT050-new.sh;h=33ce1ab90a3d59742ad36a6060385a365b1bcb00;hp=625739232369bb9783e7aa41cf25417dba6604d0;hb=0e03ff389443aa062d30e6949bb3220563c474be;hpb=02a2eeb427d6b424029f6e5e5ddad4c6ec987741 diff --git a/test/T050-new.sh b/test/T050-new.sh index 62573923..33ce1ab9 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -224,6 +224,7 @@ output=$(NOTMUCH_NEW 2>&1) test_expect_equal "$output" "Added 1 new message to the database." test_begin_subtest "Ignore files and directories specified in new.ignore (multiple occurrences)" +test_subtest_known_broken notmuch config set new.ignore .git ignored_file .ignored_hidden_file notmuch new > /dev/null # ensure that files/folders will be printed in ASCII order. touch "${MAIL_DIR}"/.git # change .git's mtime for notmuch new to rescan. @@ -246,7 +247,6 @@ test_expect_equal "$output" \ (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/ignored_file (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/.git (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/ignored_file -(D) add_files_recursive, pass 3: queuing leftover directory ${MAIL_DIR}/two for deletion from database No new mail."