diff options
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r-- | spec/pack_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index 67ed5f3f..78aab9aa 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
@@ -52,7 +52,7 @@ describe("LuaRocks pack tests #blackbox #b_pack", function() | |||
52 | 52 | ||
53 | it("LuaRocks pack src", function() | 53 | it("LuaRocks pack src", function() |
54 | assert.is_true(run.luarocks_bool("install luasec")) | 54 | assert.is_true(run.luarocks_bool("install luasec")) |
55 | assert.is_true(run.luarocks_bool("download --rockspec luasocket")) | 55 | assert.is_true(run.luarocks_bool("download --rockspec luasocket 3.0rc1-1")) |
56 | assert.is_true(run.luarocks_bool("pack luasocket-3.0rc1-1.rockspec")) | 56 | assert.is_true(run.luarocks_bool("pack luasocket-3.0rc1-1.rockspec")) |
57 | assert.is_true(test_env.remove_files(lfs.currentdir(), "luasocket-")) | 57 | assert.is_true(test_env.remove_files(lfs.currentdir(), "luasocket-")) |
58 | end) | 58 | end) |