From: Carl Worth Date: Mon, 20 Sep 2010 23:09:20 +0000 (-0700) Subject: test: Remove some dead code in test-lib.sh X-Git-Tag: 0.4~83 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=129a4417e3e8339074fb07004995ed4240cd68d8 test: Remove some dead code in test-lib.sh These assignements weren't being used at all and were just confusing me, (the real assignments happen later on in the file). --- diff --git a/test/test-lib.sh b/test/test-lib.sh index 7688fe0e..7a4931d2 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -396,9 +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 ()