aports/community/lua-lgi/tests.patch
2024-10-28 08:35:03 +00:00

13 lines
240 B
Diff

Fix/disable failing test
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -118,7 +118,6 @@ for _, sourcefile in ipairs {
'cairo.lua',
'pango.lua',
'gio.lua',
- 'progress.lua',
} do
dofile(testpath .. '/' .. sourcefile)
end