diff options
Diffstat (limited to 'spec/fetch_spec.lua')
-rw-r--r-- | spec/fetch_spec.lua | 1 |
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") | |||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | test_env.setup_specs() | 5 | test_env.setup_specs() |
6 | local cfg = require("luarocks.core.cfg") | 6 | local cfg = require("luarocks.core.cfg") |
7 | local fs = require("luarocks.fs") | ||
8 | local fetch = require("luarocks.fetch") | 7 | local fetch = require("luarocks.fetch") |
9 | local fs = require("luarocks.fs") | 8 | local fs = require("luarocks.fs") |
10 | local path = require("luarocks.path") | 9 | local path = require("luarocks.path") |