From ddeb3f7a1e25667694eaf3c8bf639b66d6809cb4 Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Sat, 11 Apr 2015 17:09:37 +0200 Subject: split compat53 Lua module into separate modules that do/don't modify the global env --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test.lua b/tests/test.lua index 83e174e..664cfa6 100755 --- a/tests/test.lua +++ b/tests/test.lua @@ -37,7 +37,7 @@ local V = _VERSION:gsub("^.*(%d+)%.(%d+)$", "%1%2") if jit then V = "jit" end print( "testing Lua API ..." ) -package.path = "../?.lua;"..package.path +package.path = "../?.lua;../?/init.lua;"..package.path package.cpath = "./?-"..V..".so;./?-"..V..".dll;./?.so;./?.dll" require("compat53") -- cgit v1.2.3-55-g6feb