summaryrefslogtreecommitdiff
path: root/spec/make_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/make_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/make_spec.lua')
-rw-r--r--spec/make_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/make_spec.lua b/spec/make_spec.lua
index f70bb7e9..b0177fc5 100644
--- a/spec/make_spec.lua
+++ b/spec/make_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 make = require("luarocks.make")
6 5
7local extra_rocks = { 6local extra_rocks = {
8 "/lpeg-0.12-1.src.rock", 7 "/lpeg-0.12-1.src.rock",
@@ -96,4 +95,4 @@ expose("LuaRocks make tests #blackbox #b_make", function()
96 assert.is.truthy(lfs.attributes("lxsh-0.8.6-2.all.rock")) 95 assert.is.truthy(lfs.attributes("lxsh-0.8.6-2.all.rock"))
97 end) 96 end)
98 end) 97 end)
99end) \ No newline at end of file 98end)