unittests: Enable tv_list_join tests back

Unable to reproduce the problem on Mac OS X Sierra VPS, need to check whether it 
is reproducible on travis.
This commit is contained in:
ZyX
2017-03-12 14:55:14 +03:00
parent 52e226ff74
commit 5ce6243241

View File

@@ -1133,7 +1133,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, uname() == 'Darwin')
end)
end)
describe('equal()', function()
itp('compares empty and NULL lists correctly', function()