diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-01-02 11:18:58 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-01-02 11:18:58 -0200 |
commit | 210741e525d5a1663f8ac52e8845dea2739f4724 (patch) | |
tree | ea2f4666e50c3b0a96578d7b72df211c0eb1ad5b | |
parent | b5365b9af7280a1f0810226559c88ec84bcb8395 (diff) | |
download | luarocks-210741e525d5a1663f8ac52e8845dea2739f4724.tar.gz luarocks-210741e525d5a1663f8ac52e8845dea2739f4724.tar.bz2 luarocks-210741e525d5a1663f8ac52e8845dea2739f4724.zip |
Tests: fix URL of test
-rw-r--r-- | spec/write_rockspec_spec.lua | 2 |
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) |