Skip to content

Commit 45cbfe8

Browse files
committed
Set test to run without checking for paths in the environment
1 parent 41830d3 commit 45cbfe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gdscript_tests/package_path.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var initial_package_cpath
77

88
func _init():
99
lua_state = LuaState.new()
10+
lua_state.registry.LUA_NOENV = true
1011
lua_state.open_libraries()
1112
initial_package_path = lua_state.package_path
1213
initial_package_cpath = lua_state.package_cpath

0 commit comments

Comments
 (0)