diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-15 10:12:27 -0700 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-15 10:16:35 -0700 |
commit | 1c4779c2f13b1bbc74cfdbb906f6a4225867f74b (patch) | |
tree | 14a73592bbc785abc1bd2fceedf2efebc81a7b22 | |
parent | 1fea0e3a0972bcc6b4319cd3d9e79834562486bc (diff) | |
download | luarocks-1c4779c2f13b1bbc74cfdbb906f6a4225867f74b.tar.gz luarocks-1c4779c2f13b1bbc74cfdbb906f6a4225867f74b.tar.bz2 luarocks-1c4779c2f13b1bbc74cfdbb906f6a4225867f74b.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 220ef00d..1a8dfa7e 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() |