aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-12 19:42:50 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-12 19:42:50 -0200
commitfc6d30d2d80ab53aaf9e7d0afd7b4cc0188186a5 (patch)
treee854869fc69abfd6f0877375c4e2eac3d6794016
parent76e55154481575b17a37a1fa858f6b2254713fe5 (diff)
downloadluarocks-fc6d30d2d80ab53aaf9e7d0afd7b4cc0188186a5.tar.gz
luarocks-fc6d30d2d80ab53aaf9e7d0afd7b4cc0188186a5.tar.bz2
luarocks-fc6d30d2d80ab53aaf9e7d0afd7b4cc0188186a5.zip
Update stdlib for Lua 5.3 compatibility
-rwxr-xr-xtest/testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh
index 931cb62c..ef790cc5 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -228,7 +228,7 @@ mkdir -p "$testing_server"
228 get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock" 228 get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock"
229 get "$luarocks_repo/luasocket-${verrev_luasocket}.rockspec" 229 get "$luarocks_repo/luasocket-${verrev_luasocket}.rockspec"
230 get "$luarocks_repo/luafilesystem-1.6.2-1.src.rock" 230 get "$luarocks_repo/luafilesystem-1.6.2-1.src.rock"
231 get "$luarocks_repo/stdlib-35-1.src.rock" 231 get "$luarocks_repo/stdlib-41.0.0-1.src.rock"
232 get "$luarocks_repo/luarepl-0.4-1.src.rock" 232 get "$luarocks_repo/luarepl-0.4-1.src.rock"
233 get "$luarocks_repo/validate-args-1.5.4-1.rockspec" 233 get "$luarocks_repo/validate-args-1.5.4-1.rockspec"
234 get "$luarocks_repo/luasec-0.5-2.rockspec" 234 get "$luarocks_repo/luasec-0.5-2.rockspec"