aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-15 10:12:27 -0700
committerHisham <hisham@gobolinux.org>2016-10-15 10:12:27 -0700
commite7b09524fbd9f2880621063dd4670d9f92cb3a4b (patch)
treef4e0013345361c11455be0d73813d6f413108ebb /spec
parent1799cf40199bc27658fe28b3e6d35744162a65da (diff)
downloadluarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.tar.gz
luarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.tar.bz2
luarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.zip
Add missing file in test repo
Diffstat (limited to 'spec')
-rw-r--r--spec/unpack_spec.lua3
1 files changed, 2 insertions, 1 deletions
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()
6 6
7local extra_rocks = { 7local extra_rocks = {
8 "/cprint-0.1-2.src.rock", 8 "/cprint-0.1-2.src.rock",
9 "/cprint-0.1-2.rockspec" 9 "/cprint-0.1-2.rockspec",
10 "/luazip-1.2.4-1.rockspec"
10} 11}
11 12
12describe("LuaRocks unpack tests #blackbox #b_unpack", function() 13describe("LuaRocks unpack tests #blackbox #b_unpack", function()