aboutsummaryrefslogtreecommitdiff
path: root/spec/fetch_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-26 08:46:22 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-07-01 21:32:39 -0300
commit5d34b03293d7bbdc3376fc04c02634eaca7f6df7 (patch)
treed663d33affa5e25bf6c26c912a14de1fbec11c45 /spec/fetch_spec.lua
parent78c72078d4e1bc3c7d044c893adf230547bd0657 (diff)
downloadluarocks-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.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")