diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_environment.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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() | |||
660 | create_configs() | 660 | create_configs() |
661 | 661 | ||
662 | local install_env_vars = { | 662 | local install_env_vars = { |
663 | LUAROCKS_CONFIG = test_env.testing_paths.testing_dir .. "/testing_config.lua", | 663 | LUAROCKS_CONFIG = test_env.testing_paths.testing_dir .. "/testing_config.lua" |
664 | LUA_PATH, | ||
665 | LUA_CPATH | ||
666 | } | 664 | } |
667 | 665 | ||
668 | install_luarocks(install_env_vars) | 666 | install_luarocks(install_env_vars) |