diff options
| author | Yuri Volchkov <yuri.volchkov@gmail.com> | 2017-08-11 20:31:22 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-18 19:45:17 -0300 |
| commit | 02761b2e5cf065af47c6e18cfe9766308d370d16 (patch) | |
| tree | 867714689ebc860fdccd7c0bdb47508ba63974d8 /test | |
| parent | ca4688e103c644fa383108a79668e8e0b4dbe262 (diff) | |
test: remove remainder of previously killed basic test
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>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T000-basic.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/T000-basic.sh b/test/T000-basic.sh index 36a7ca4c..a4efa3ca 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -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 |
