mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: remove remainder of previously killed basic test
In the commit 51cd69feb1
the part of the
test "test runs if prerequisite is satisfied" has been
removed. However, there was a remainder of that test - variable
'haveit'.
Kill it, to not to confuse people.
Signed-off-by: Yuri Volchkov <yuri.volchkov@gmail.com>
This commit is contained in:
parent
ca4688e103
commit
02761b2e5c
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ test_expect_success ':'
|
|||
|
||||
test_begin_subtest 'test runs if prerequisite is satisfied'
|
||||
test_set_prereq HAVEIT
|
||||
haveit=no
|
||||
test_expect_success 'test_have_prereq HAVEIT && haveit=yes'
|
||||
test_expect_success 'test_have_prereq HAVEIT'
|
||||
|
||||
test_begin_subtest 'tests clean up after themselves'
|
||||
clean=no
|
||||
|
|
Loading…
Reference in a new issue