aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)