aboutsummaryrefslogtreecommitdiff
path: root/spec/search_spec.lua
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-07-08 12:44:16 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-07-08 12:45:26 +0300
commitfc7d6f7f6542c5eeef8d92ed717132caa45901c8 (patch)
treeea2a4c4cb4f00b663ea083844d4fe51c7c1cc7f5 /spec/search_spec.lua
parent88f6aaeb40958c10a3c7a6fb4d0d699481f2a7be (diff)
downloadluarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.tar.gz
luarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.tar.bz2
luarocks-fc7d6f7f6542c5eeef8d92ed717132caa45901c8.zip
Remove all the unused imports in test suite
Diffstat (limited to 'spec/search_spec.lua')
-rw-r--r--spec/search_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/search_spec.lua b/spec/search_spec.lua
index a0258942..8e84931b 100644
--- a/spec/search_spec.lua
+++ b/spec/search_spec.lua
@@ -1,8 +1,6 @@
1local test_env = require("test/test_environment") 1local test_env = require("test/test_environment")
2local lfs = require("lfs")
3 2
4test_env.unload_luarocks() 3test_env.unload_luarocks()
5local search = require("luarocks.search")
6 4
7local extra_rocks = { 5local extra_rocks = {
8"/lzlib-0.4.1.53-1.src.rock" 6"/lzlib-0.4.1.53-1.src.rock"
@@ -39,4 +37,4 @@ expose("LuaRocks search tests #blackbox #b_search", function()
39 local num = 123 37 local num = 123
40 assert.is_true(run.luarocks_bool("search " .. num)) 38 assert.is_true(run.luarocks_bool("search " .. num))
41 end) 39 end)
42end) \ No newline at end of file 40end)