diff options
Diffstat (limited to 'spec/install_spec.lua')
-rw-r--r-- | spec/install_spec.lua | 3 |
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") | |||
2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | local install = require("luarocks.install") | ||
6 | 5 | ||
7 | local extra_rocks = { | 6 | local 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) |
130 | end) \ No newline at end of file | 129 | end) |