diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-15 10:12:27 -0700 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-15 10:12:27 -0700 |
commit | e7b09524fbd9f2880621063dd4670d9f92cb3a4b (patch) | |
tree | f4e0013345361c11455be0d73813d6f413108ebb | |
parent | 1799cf40199bc27658fe28b3e6d35744162a65da (diff) | |
download | luarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.tar.gz luarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.tar.bz2 luarocks-e7b09524fbd9f2880621063dd4670d9f92cb3a4b.zip |
Add missing file in test repo
-rw-r--r-- | spec/unpack_spec.lua | 3 |
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 | ||
7 | local extra_rocks = { | 7 | local 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 | ||
12 | describe("LuaRocks unpack tests #blackbox #b_unpack", function() | 13 | describe("LuaRocks unpack tests #blackbox #b_unpack", function() |