aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-05-07 16:55:03 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-05-07 19:31:45 -0300
commit7cc46a5013a94b56ed50f5485cb7326c0bf5363c (patch)
tree1e80a42c7ecc1da95fdb466991c2cb9b6e68f020
parent27ecdd5df9e258a3da879cdcb3432e7ff5123222 (diff)
downloadluarocks-7cc46a5013a94b56ed50f5485cb7326c0bf5363c.tar.gz
luarocks-7cc46a5013a94b56ed50f5485cb7326c0bf5363c.tar.bz2
luarocks-7cc46a5013a94b56ed50f5485cb7326c0bf5363c.zip
Tests: build: pin version in test
-rw-r--r--spec/build_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua
index 5c363570..cbe061c3 100644
--- a/spec/build_spec.lua
+++ b/spec/build_spec.lua
@@ -121,7 +121,7 @@ describe("LuaRocks build tests #blackbox #b_build", function()
121 end) 121 end)
122 122
123 it("LuaRocks build luasec with skipping dependency checks", function() 123 it("LuaRocks build luasec with skipping dependency checks", function()
124 assert.is_true(run.luarocks_bool("build luasec " .. test_env.OPENSSL_DIRS .. " --nodeps")) 124 assert.is_true(run.luarocks_bool("build luasec 0.6-1 " .. test_env.OPENSSL_DIRS .. " --nodeps"))
125 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_rocks .. "/luasec/0.6-1/luasec-0.6-1.rockspec")) 125 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_rocks .. "/luasec/0.6-1/luasec-0.6-1.rockspec"))
126 end) 126 end)
127 127