From f5d35cf9cad5ad8cd9f6e201dda783657e4510a3 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Fri, 8 Jul 2016 14:45:51 +0300 Subject: Tests: fix luabitop installation condition --- test/test_environment.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_environment.lua b/test/test_environment.lua index b3ac3b18..d6561f68 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua @@ -567,7 +567,7 @@ upload_servers = { rocks[#rocks+1] = "/lzlib-0.4.1.53-1.src.rock" env_rocks = {"luafilesystem", "luasocket", "luaposix", "md5", "lzlib"} end - if env_type == "full" and luaversion_full ~= "5.1.5" then + if env_type == "full" and luaversion_full ~= "5.1" then rocks[#rocks+1] = "/luabitop-1.0.2-1.rockspec" rocks[#rocks+1] = "/luabitop-1.0.2-1.src.rock" table.insert(env_rocks, "luabitop") -- cgit v1.2.3-55-g6feb