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.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/install_spec.lua b/spec/install_spec.lua
index 306bbbc1..a598f324 100644
--- a/spec/install_spec.lua
+++ b/spec/install_spec.lua
@@ -2,7 +2,6 @@ local test_env = require("test/test_environment")
2local lfs = require("lfs") 2local lfs = require("lfs")
3 3
4test_env.unload_luarocks() 4test_env.unload_luarocks()
5local install = require("luarocks.install")
6 5
7local extra_rocks = { 6local extra_rocks = {
8 "/cprint-0.1-2.src.rock", 7 "/cprint-0.1-2.src.rock",
@@ -127,4 +126,4 @@ expose("LuaRocks install tests #blackbox #b_install", function()
127 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_tree .. "/lib/luarocks/rocks/say/1.0-1")) 126 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_tree .. "/lib/luarocks/rocks/say/1.0-1"))
128 end) 127 end)
129 end) 128 end)
130end) \ No newline at end of file 129end)