aboutsummaryrefslogtreecommitdiff
path: root/spec/pack_spec.lua
diff options
context:
space:
mode:
authorroboo <robo.karasek@gmail.com>2016-07-18 17:35:40 +0200
committerroboo <robo.karasek@gmail.com>2016-07-18 17:35:40 +0200
commita90a2066b08b4cc047be84c673024f7f5e9fa054 (patch)
tree752e6e807bf1c34c676e07d02438f34994c473d0 /spec/pack_spec.lua
parentb04588031609c8cbcf3636f0dadb9fc6cd960c8f (diff)
downloadluarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.tar.gz
luarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.tar.bz2
luarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.zip
Fix of upload tests for lua5.3
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r--spec/pack_spec.lua2
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)