diff options
Diffstat (limited to 'spec/add_spec.lua')
-rw-r--r-- | spec/add_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/add_spec.lua b/spec/add_spec.lua index e417f974..5d020859 100644 --- a/spec/add_spec.lua +++ b/spec/add_spec.lua | |||
@@ -1,8 +1,6 @@ | |||
1 | local test_env = require("test/test_environment") | 1 | local test_env = require("test/test_environment") |
2 | local lfs = require("lfs") | ||
3 | 2 | ||
4 | test_env.unload_luarocks() | 3 | test_env.unload_luarocks() |
5 | local add = require("luarocks.add") | ||
6 | 4 | ||
7 | local extra_rocks = { | 5 | local extra_rocks = { |
8 | "/luasocket-3.0rc1-1.src.rock", | 6 | "/luasocket-3.0rc1-1.src.rock", |
@@ -43,4 +41,4 @@ expose("LuaRocks add tests #blackbox #b_add", function() | |||
43 | assert.is_false(run.luarocks_admin_bool("--server=\"localhost@/tmp/luarocks_testing\" add " .. testing_paths.testing_server .. "luasocket-3.0rc1-1.src.rock")) | 41 | assert.is_false(run.luarocks_admin_bool("--server=\"localhost@/tmp/luarocks_testing\" add " .. testing_paths.testing_server .. "luasocket-3.0rc1-1.src.rock")) |
44 | end) | 42 | end) |
45 | end) | 43 | end) |
46 | end) \ No newline at end of file | 44 | end) |