aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-04 19:05:31 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-04 19:05:31 -0200
commit291c34696daa496d4ceb1e58b282fa935d90a3f5 (patch)
tree271185556059ecc9dedaa1c740195e32c0fb9179
parentf3c56849c1defd7f75bd57965451b1d9c468c974 (diff)
downloadluarocks-291c34696daa496d4ceb1e58b282fa935d90a3f5.tar.gz
luarocks-291c34696daa496d4ceb1e58b282fa935d90a3f5.tar.bz2
luarocks-291c34696daa496d4ceb1e58b282fa935d90a3f5.zip
Tests: add dependencies to mock-server tests
-rw-r--r--spec/build_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua
index a665ad3b..459a7292 100644
--- a/spec/build_spec.lua
+++ b/spec/build_spec.lua
@@ -5,7 +5,7 @@ local testing_paths = test_env.testing_paths
5 5
6test_env.unload_luarocks() 6test_env.unload_luarocks()
7 7
8local extra_rocks = { 8local extra_rocks = test_env.mock_server_extra_rocks({
9 "/lmathx-20120430.51-1.src.rock", 9 "/lmathx-20120430.51-1.src.rock",
10 "/lmathx-20120430.51-1.rockspec", 10 "/lmathx-20120430.51-1.rockspec",
11 "/lmathx-20120430.52-1.src.rock", 11 "/lmathx-20120430.52-1.src.rock",
@@ -26,7 +26,7 @@ local extra_rocks = {
26 "/lxsh-0.8.6-2.rockspec", 26 "/lxsh-0.8.6-2.rockspec",
27 "/stdlib-41.0.0-1.src.rock", 27 "/stdlib-41.0.0-1.src.rock",
28 "/validate-args-1.5.4-1.rockspec" 28 "/validate-args-1.5.4-1.rockspec"
29} 29})
30 30
31describe("LuaRocks build tests #blackbox #b_build", function() 31describe("LuaRocks build tests #blackbox #b_build", function()
32 32