diff options
| author | Jameson Graef Rollins <jrollins@finestructure.net> | 2019-05-04 20:57:45 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-07 06:52:35 -0300 |
| commit | 7f7af27bd8320fd7a7e7ab50bf0c206da3775635 (patch) | |
| tree | 9e6f748791351b5c958db7ab0426537585aefb0a /test | |
| parent | 7d48604157477054624d010fca496f7eb0d1168b (diff) | |
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.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T100-search-by-folder.sh | 1 | ||||
| -rwxr-xr-x | test/T650-regexp-query.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/T100-search-by-folder.sh b/test/T100-search-by-folder.sh index a090f3d2..409cfdcc 100755 --- a/test/T100-search-by-folder.sh +++ b/test/T100-search-by-folder.sh @@ -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 diff --git a/test/T650-regexp-query.sh b/test/T650-regexp-query.sh index 92334ba0..43af3b47 100755 --- a/test/T650-regexp-query.sh +++ b/test/T650-regexp-query.sh @@ -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 |
