aboutsummaryrefslogtreecommitdiff
path: root/spec/install_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install_spec.lua')
-rw-r--r--spec/install_spec.lua6
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 @@
1local test_env = require("test/test_environment") 1local test_env = require("test/test_environment")
2local lfs = require("lfs") 2local lfs = require("lfs")
3local run = test_env.run
4local testing_paths = test_env.testing_paths
5local env_variables = test_env.env_variables
3 6
4test_env.unload_luarocks() 7test_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