diff options
Diffstat (limited to 'spec/remove_spec.lua')
-rw-r--r-- | spec/remove_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index a94673a8..1b3cda7e 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_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 remove = require("luarocks.remove") | ||
6 | 5 | ||
7 | local extra_rocks = { | 6 | local extra_rocks = { |
8 | "/abelhas-1.0-1.rockspec", | 7 | "/abelhas-1.0-1.rockspec", |
@@ -82,4 +81,4 @@ expose("LuaRocks remove tests #blackbox #b_remove", function() | |||
82 | it("LuaRocks-admin remove missing", function() | 81 | it("LuaRocks-admin remove missing", function() |
83 | assert.is_false(run.luarocks_admin_bool("--server=testing remove")) | 82 | assert.is_false(run.luarocks_admin_bool("--server=testing remove")) |
84 | end) | 83 | end) |
85 | end) \ No newline at end of file | 84 | end) |