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:
Yuri Volchkov 2017-08-11 20:31:22 +02:00 committed by David Bremner
parent ca4688e103
commit 02761b2e5c

View file

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