mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
2b3a219bc9
commit
129a4417e3
1 changed files with 0 additions and 3 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue