unittests: Run tv_list_join tests in case it stopped failing

This commit is contained in:
ZyX 2017-03-04 21:46:24 +03:00
parent 6aa6e50075
commit 140174669e

View File

@ -1110,7 +1110,7 @@ describe('typval.c', function()
local recursive_li = recursive_l.lv_first
lib.tv_list_item_remove(recursive_l, recursive_li)
lib.tv_list_free(l)
end, true)
end)
end)
describe('equal()', function()
itp('compares empty and NULL lists correctly', function()