aports/community/lua-lgi/tests.patch
omni e9e688e2c4 community/lua-lgi: add patch for pango 1.56
and revert "community/lua-lgi: disable pango.lua test"

This reverts commit c27c8cf4c9511db24d53e6b08130e2b16df7e43c.
2025-09-23 08:02:42 +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