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).
This commit is contained in:
Carl Worth 2010-09-20 16:09:20 -07:00
parent 2b3a219bc9
commit 129a4417e3

View file

@ -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 ()