diff options
-rw-r--r-- | spec/pack_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index aa84be8d..0c6dd8f2 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
@@ -45,6 +45,7 @@ describe("LuaRocks pack tests #blackbox #b_pack", function() | |||
45 | assert.is_true(run.luarocks_bool("install say 1.2")) | 45 | assert.is_true(run.luarocks_bool("install say 1.2")) |
46 | assert.is_true(run.luarocks_bool("install luassert")) | 46 | assert.is_true(run.luarocks_bool("install luassert")) |
47 | assert.is_true(run.luarocks_bool("install say 1.0")) | 47 | assert.is_true(run.luarocks_bool("install say 1.0")) |
48 | assert.is_true(run.luarocks_bool("pack say")) | ||
48 | assert.is_truthy(lfs.attributes("say-1.2-1.all.rock")) | 49 | assert.is_truthy(lfs.attributes("say-1.2-1.all.rock")) |
49 | assert.is_true(test_env.remove_files(lfs.currentdir(), "say-")) | 50 | assert.is_true(test_env.remove_files(lfs.currentdir(), "say-")) |
50 | end) | 51 | end) |