aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-07-08 14:45:51 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-07-08 14:45:51 +0300
commitf5d35cf9cad5ad8cd9f6e201dda783657e4510a3 (patch)
treea6f12d366c5ad2a5351045472d41d0819fb431d6 /test
parentab86e13d0a408691b48786c394404736b7ac8dc0 (diff)
downloadluarocks-f5d35cf9cad5ad8cd9f6e201dda783657e4510a3.tar.gz
luarocks-f5d35cf9cad5ad8cd9f6e201dda783657e4510a3.tar.bz2
luarocks-f5d35cf9cad5ad8cd9f6e201dda783657e4510a3.zip
Tests: fix luabitop installation condition
Diffstat (limited to 'test')
-rw-r--r--test/test_environment.lua2
1 files changed, 1 insertions, 1 deletions
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 = {
567 rocks[#rocks+1] = "/lzlib-0.4.1.53-1.src.rock" 567 rocks[#rocks+1] = "/lzlib-0.4.1.53-1.src.rock"
568 env_rocks = {"luafilesystem", "luasocket", "luaposix", "md5", "lzlib"} 568 env_rocks = {"luafilesystem", "luasocket", "luaposix", "md5", "lzlib"}
569 end 569 end
570 if env_type == "full" and luaversion_full ~= "5.1.5" then 570 if env_type == "full" and luaversion_full ~= "5.1" then
571 rocks[#rocks+1] = "/luabitop-1.0.2-1.rockspec" 571 rocks[#rocks+1] = "/luabitop-1.0.2-1.rockspec"
572 rocks[#rocks+1] = "/luabitop-1.0.2-1.src.rock" 572 rocks[#rocks+1] = "/luabitop-1.0.2-1.src.rock"
573 table.insert(env_rocks, "luabitop") 573 table.insert(env_rocks, "luabitop")