mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
tests: remove some redundant pre-cleanup of the corpus MAIL_DIR
add_email_corpus itself does an rm -rf $MAIL_DIR, so these are not necessary.
This commit is contained in:
parent
7d48604157
commit
7f7af27bd8
2 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,6 @@ output=$(notmuch search folder:duplicate/bad/olds | notmuch_search_sanitize)
|
|||
test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Bears (inbox unread)"
|
||||
|
||||
# folder: and path: searches with full corpus
|
||||
rm -rf $MAIL_DIR
|
||||
add_email_corpus
|
||||
|
||||
# add some more dupes
|
||||
|
|
|
@ -47,7 +47,6 @@ output=$(notmuch search 'path:/^bad$/' | notmuch_search_sanitize)
|
|||
test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; To the bone (inbox unread)"
|
||||
|
||||
# Use "standard" corpus from here on.
|
||||
rm -rf $MAIL_DIR
|
||||
add_email_corpus
|
||||
|
||||
notmuch search --output=messages from:cworth > cworth.msg-ids
|
||||
|
|
Loading…
Reference in a new issue