]> git.notmuchmail.org Git - notmuch/commitdiff
test: remove remainder of previously killed basic test
authorYuri Volchkov <yuri.volchkov@gmail.com>
Fri, 11 Aug 2017 18:31:22 +0000 (20:31 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 18 Aug 2017 22:45:17 +0000 (19:45 -0300)
In the commit 51cd69feb1d131db7a468e33e0fa2e043caad41e 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>
test/T000-basic.sh

index 36a7ca4c5bdfb78ed28430ab6c471123780b85f9..a4efa3cab8b5095a0de997497c7d57276b34840e 100755 (executable)
@@ -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