1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/lua-lgi/tests.patch
2024-10-28 08:35:03 +00:00

12 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