summaryrefslogtreecommitdiff
path: root/spec/fetch_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fetch_spec.lua')
-rw-r--r--spec/fetch_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua
index 83797480..cca4fbc7 100644
--- a/spec/fetch_spec.lua
+++ b/spec/fetch_spec.lua
@@ -4,7 +4,6 @@ local git_repo = require("spec.util.git_repo")
4test_env.unload_luarocks() 4test_env.unload_luarocks()
5test_env.setup_specs() 5test_env.setup_specs()
6local cfg = require("luarocks.core.cfg") 6local cfg = require("luarocks.core.cfg")
7local fs = require("luarocks.fs")
8local fetch = require("luarocks.fetch") 7local fetch = require("luarocks.fetch")
9local fs = require("luarocks.fs") 8local fs = require("luarocks.fs")
10local path = require("luarocks.path") 9local path = require("luarocks.path")