diff options
| author | Hisham <hisham@gobolinux.org> | 2016-09-08 14:55:07 -0300 |
|---|---|---|
| committer | Hisham <hisham@gobolinux.org> | 2016-09-08 14:55:07 -0300 |
| commit | 412ada2cf8ca4792e8c36c181df2a948cecd892d (patch) | |
| tree | 57c1e93810de2f40b6635b6169a1a847db73ca57 /spec/pack_spec.lua | |
| parent | f2daf51d17f696bebf6db59a53e26eee579bb5a7 (diff) | |
| download | luarocks-412ada2cf8ca4792e8c36c181df2a948cecd892d.tar.gz luarocks-412ada2cf8ca4792e8c36c181df2a948cecd892d.tar.bz2 luarocks-412ada2cf8ca4792e8c36c181df2a948cecd892d.zip | |
Restore accidentally deleted line!
Diffstat (limited to 'spec/pack_spec.lua')
| -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) |
