From de72b50eb21fa264a6090c3d062217963c52f74b Mon Sep 17 00:00:00 2001 From: roboo Date: Mon, 22 Aug 2016 16:08:34 +0200 Subject: Remove unused global variables --- test/test_environment.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_environment.lua b/test/test_environment.lua index 1c31462c..37bd38f1 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua @@ -660,9 +660,7 @@ function test_env.main() create_configs() local install_env_vars = { - LUAROCKS_CONFIG = test_env.testing_paths.testing_dir .. "/testing_config.lua", - LUA_PATH, - LUA_CPATH + LUAROCKS_CONFIG = test_env.testing_paths.testing_dir .. "/testing_config.lua" } install_luarocks(install_env_vars) -- cgit v1.2.3-55-g6feb