projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3a219
)
test: Remove some dead code in test-lib.sh
author
Carl Worth
<cworth@cworth.org>
Mon, 20 Sep 2010 23:09:20 +0000
(16:09 -0700)
committer
Carl Worth
<cworth@cworth.org>
Mon, 20 Sep 2010 23:09:20 +0000
(16:09 -0700)
These assignements weren't being used at all and were just confusing me,
(the real assignments happen later on in the file).
test/test-lib.sh
patch
|
blob
|
history
diff --git
a/test/test-lib.sh
b/test/test-lib.sh
index 7688fe0e27dd9ec0bd048731af51b0dcdb340c6f..7a4931d2229d91306d5d7e696aeb77d99af3ec70 100644
(file)
--- 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 ()