summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-09-20 16:09:20 -0700
committerCarl Worth <cworth@cworth.org>2010-09-20 16:09:20 -0700
commit129a4417e3e8339074fb07004995ed4240cd68d8 (patch)
tree4d6e5659900e7804dcf742a9c2246b6098d9f332 /test
parent2b3a219bc981b2facc7c449bdcae7fda735ec0d5 (diff)
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).
Diffstat (limited to 'test')
-rw-r--r--test/test-lib.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 7688fe0..7a4931d 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 ()