From 8ae28df89b164dc1b27406d9421dd06fac2efa9a Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Wed, 24 Dec 2025 10:41:26 +0100 Subject: update handling of version-specific LUA_PATH / LUA_CPATH Support Lua 5.4 and 5.5, see https://github.com/luarocks/luarocks/pull/1832 --- spec/util/test_env.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/util') diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 390ba01c..4b359b7f 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua @@ -250,6 +250,10 @@ function test_env.execute_helper(command, print_command, env_variables) "LUA_CPATH_5_2", "LUA_PATH_5_3", "LUA_CPATH_5_3", + "LUA_PATH_5_4", + "LUA_CPATH_5_4", + "LUA_PATH_5_5", + "LUA_CPATH_5_5", "LUAROCKS_SYSCONFDIR", } -- cgit v1.2.3-55-g6feb