From fc7d6f7f6542c5eeef8d92ed717132caa45901c8 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 8 Jul 2016 12:44:16 +0300 Subject: Remove all the unused imports in test suite --- spec/fetch_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/fetch_spec.lua') diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua index 1f298733..05a709e4 100644 --- a/spec/fetch_spec.lua +++ b/spec/fetch_spec.lua @@ -1,5 +1,4 @@ local test_env = require("test/test_environment") -local lfs = require("lfs") test_env.unload_luarocks() local fetch = require("luarocks.fetch") @@ -13,4 +12,4 @@ describe("Luarocks fetch test #whitebox #w_fetch", function() assert.are.same("parser.moon", fetch.url_to_base_dir("git://github.com/Cirru/parser.moon")) assert.are.same("v0.3", fetch.url_to_base_dir("https://github.com/hishamhm/lua-compat-5.2/archive/v0.3")) end) -end) \ No newline at end of file +end) -- cgit v1.2.3-55-g6feb