aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-02 11:18:58 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-02 11:18:58 -0200
commit210741e525d5a1663f8ac52e8845dea2739f4724 (patch)
treeea2f4666e50c3b0a96578d7b72df211c0eb1ad5b
parentb5365b9af7280a1f0810226559c88ec84bcb8395 (diff)
downloadluarocks-210741e525d5a1663f8ac52e8845dea2739f4724.tar.gz
luarocks-210741e525d5a1663f8ac52e8845dea2739f4724.tar.bz2
luarocks-210741e525d5a1663f8ac52e8845dea2739f4724.zip
Tests: fix URL of test
-rw-r--r--spec/write_rockspec_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/write_rockspec_spec.lua b/spec/write_rockspec_spec.lua
index 380b6323..0c860939 100644
--- a/spec/write_rockspec_spec.lua
+++ b/spec/write_rockspec_spec.lua
@@ -64,7 +64,7 @@ describe("LuaRocks write_rockspec tests #blackbox #b_write_rockspec", function()
64 end) 64 end)
65 65
66 it("LuaRocks write_rockspec git luafcgi with many flags", function() 66 it("LuaRocks write_rockspec git luafcgi with many flags", function()
67 assert.is_true(run.luarocks_bool("write_rockspec git://github.com/mbalmer/luafcgi --lib=fcgi --license=\"3-clause BSD\" " .. "--lua-version=5.1,5.2")) 67 assert.is_true(run.luarocks_bool("write_rockspec git://github.com/arcapos/luafcgi --lib=fcgi --license=\"3-clause BSD\" " .. "--lua-version=5.1,5.2"))
68 assert.is.truthy(lfs.attributes("luafcgi-dev-1.rockspec")) -- TODO maybe read it content and find arguments from flags? 68 assert.is.truthy(lfs.attributes("luafcgi-dev-1.rockspec")) -- TODO maybe read it content and find arguments from flags?
69 assert.is_true(os.remove("luafcgi-dev-1.rockspec")) 69 assert.is_true(os.remove("luafcgi-dev-1.rockspec"))
70 end) 70 end)