diff options
Diffstat (limited to 'spec/install_spec.lua')
-rw-r--r-- | spec/install_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/install_spec.lua b/spec/install_spec.lua index f8869791..876e25fc 100644 --- a/spec/install_spec.lua +++ b/spec/install_spec.lua | |||
@@ -1,5 +1,8 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
3 | local run = test_env.run | ||
4 | local testing_paths = test_env.testing_paths | ||
5 | local env_variables = test_env.env_variables | ||
3 | 6 | ||
4 | test_env.unload_luarocks() | 7 | test_env.unload_luarocks() |
5 | 8 | ||
@@ -22,9 +25,6 @@ describe("LuaRocks install tests #blackbox #b_install", function() | |||
22 | 25 | ||
23 | before_each(function() | 26 | before_each(function() |
24 | test_env.setup_specs(extra_rocks) | 27 | test_env.setup_specs(extra_rocks) |
25 | testing_paths = test_env.testing_paths | ||
26 | env_variables = test_env.env_variables | ||
27 | run = test_env.run | ||
28 | platform = test_env.platform | 28 | platform = test_env.platform |
29 | end) | 29 | end) |
30 | 30 | ||