1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/teal/spec-dont-require-compat53.patch
2022-12-18 20:49:49 +01:00

7 lines
159 B
Diff

This is not needed for lua5.4.
--- a/spec/api/load_spec.lua
+++ b/spec/api/load_spec.lua
@@ -1 +1 @@
-require("compat53")
+--require("compat53") XXX-Patched