diff options
author | roboo <robo.karasek@gmail.com> | 2016-07-18 17:35:40 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2016-07-18 17:35:40 +0200 |
commit | a90a2066b08b4cc047be84c673024f7f5e9fa054 (patch) | |
tree | 752e6e807bf1c34c676e07d02438f34994c473d0 /spec/make_spec.lua | |
parent | b04588031609c8cbcf3636f0dadb9fc6cd960c8f (diff) | |
download | luarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.tar.gz luarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.tar.bz2 luarocks-a90a2066b08b4cc047be84c673024f7f5e9fa054.zip |
Fix of upload tests for lua5.3
Diffstat (limited to 'spec/make_spec.lua')
-rw-r--r-- | spec/make_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/make_spec.lua b/spec/make_spec.lua index 2821c143..3e843f7b 100644 --- a/spec/make_spec.lua +++ b/spec/make_spec.lua | |||
@@ -27,7 +27,7 @@ describe("LuaRocks make tests #blackbox #b_make", function() | |||
27 | 27 | ||
28 | it("LuaRocks make with rockspec", function() | 28 | it("LuaRocks make with rockspec", function() |
29 | -- make luasocket | 29 | -- make luasocket |
30 | assert.is_true(run.luarocks_bool("download --source luasocket")) | 30 | assert.is_true(run.luarocks_bool("download --source luasocket 3.0rc1-1")) |
31 | assert.is_true(run.luarocks_bool("unpack luasocket-3.0rc1-1.src.rock")) | 31 | assert.is_true(run.luarocks_bool("unpack luasocket-3.0rc1-1.src.rock")) |
32 | lfs.chdir("luasocket-3.0rc1-1/luasocket-3.0-rc1/") | 32 | lfs.chdir("luasocket-3.0rc1-1/luasocket-3.0-rc1/") |
33 | assert.is_true(run.luarocks_bool("make luasocket-3.0rc1-1.rockspec")) | 33 | assert.is_true(run.luarocks_bool("make luasocket-3.0rc1-1.rockspec")) |