From dbca97cdcc15e386554b2631a0ae7aca02500abf Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 28 Jul 2016 18:24:44 -0300 Subject: Fix download in test --- spec/unpack_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unpack_spec.lua') diff --git a/spec/unpack_spec.lua b/spec/unpack_spec.lua index 495c514e..8db779c3 100644 --- a/spec/unpack_spec.lua +++ b/spec/unpack_spec.lua @@ -49,7 +49,7 @@ describe("LuaRocks unpack tests #blackbox #b_unpack", function() end) -- #595 luarocks unpack of a git:// rockspec fails to copy the rockspec it("LuaRocks unpack git:// rockspec", function() - assert.is_true(run.luarocks_bool("download --rockspec cprint")) + assert.is_true(run.luarocks_bool("download --rockspec luazip")) assert.is_true(run.luarocks_bool("unpack luazip-1.2.4-1.rockspec")) assert.is_truthy(lfs.attributes("luazip-1.2.4-1/luazip/luazip-1.2.4-1.rockspec")) test_env.remove_dir("luazip-1.2.4-1") -- cgit v1.2.3-55-g6feb From e7b09524fbd9f2880621063dd4670d9f92cb3a4b Mon Sep 17 00:00:00 2001 From: Hisham Date: Sat, 15 Oct 2016 10:12:27 -0700 Subject: Add missing file in test repo --- spec/unpack_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/unpack_spec.lua') diff --git a/spec/unpack_spec.lua b/spec/unpack_spec.lua index a0fc370d..d629e225 100644 --- a/spec/unpack_spec.lua +++ b/spec/unpack_spec.lua @@ -6,7 +6,8 @@ test_env.unload_luarocks() local extra_rocks = { "/cprint-0.1-2.src.rock", - "/cprint-0.1-2.rockspec" + "/cprint-0.1-2.rockspec", + "/luazip-1.2.4-1.rockspec" } describe("LuaRocks unpack tests #blackbox #b_unpack", function() -- cgit v1.2.3-55-g6feb