diff options
| author | roboo <robo.karasek@gmail.com> | 2016-08-22 16:08:34 +0200 |
|---|---|---|
| committer | roboo <robo.karasek@gmail.com> | 2016-08-22 16:08:34 +0200 |
| commit | de72b50eb21fa264a6090c3d062217963c52f74b (patch) | |
| tree | 488eb96e00f764703850da62ed6486ee87958b5f /test/test_environment.lua | |
| parent | 1026d63ba37b8a1074c49797ce737edb5726ed2f (diff) | |
| download | luarocks-de72b50eb21fa264a6090c3d062217963c52f74b.tar.gz luarocks-de72b50eb21fa264a6090c3d062217963c52f74b.tar.bz2 luarocks-de72b50eb21fa264a6090c3d062217963c52f74b.zip | |
Remove unused global variables
Diffstat (limited to 'test/test_environment.lua')
| -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) |
