diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-26 08:46:22 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 21:32:39 -0300 |
commit | 5d34b03293d7bbdc3376fc04c02634eaca7f6df7 (patch) | |
tree | d663d33affa5e25bf6c26c912a14de1fbec11c45 /spec/fetch_spec.lua | |
parent | 78c72078d4e1bc3c7d044c893adf230547bd0657 (diff) | |
download | luarocks-5d34b03293d7bbdc3376fc04c02634eaca7f6df7.tar.gz luarocks-5d34b03293d7bbdc3376fc04c02634eaca7f6df7.tar.bz2 luarocks-5d34b03293d7bbdc3376fc04c02634eaca7f6df7.zip |
Tests: config: no need for special-casing Windows
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") |