]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: Add a corpus of email messages to be used in testing.
[notmuch] / test / test-lib.sh
index 7688fe0e27dd9ec0bd048731af51b0dcdb340c6f..559a5435985f60dfb3b86257a5a8c622b74603e6 100644 (file)
@@ -396,11 +396,6 @@ test_expect_equal ()
     fi
 }
 
-TEST_DIR=$(pwd)/test.$$
-MAIL_DIR=${TEST_DIR}/mail
-export NOTMUCH_CONFIG=${TEST_DIR}/notmuch-config
-NOTMUCH=notmuch
-
 NOTMUCH_NEW ()
 {
     notmuch new | grep -v -E -e '^Processed [0-9]*( total)? file|Found [0-9]* total file'