aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-15 17:03:24 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-15 17:03:24 -0200
commit9702239587aa24b3cfe3bd5f81e3a6a4f5450723 (patch)
treefd6c786f4a3c27c15600fe7a975043466e74fd92
parent0f1c93774669468c5165be2711325224388aed41 (diff)
downloadluarocks-9702239587aa24b3cfe3bd5f81e3a6a4f5450723.tar.gz
luarocks-9702239587aa24b3cfe3bd5f81e3a6a4f5450723.tar.bz2
luarocks-9702239587aa24b3cfe3bd5f81e3a6a4f5450723.zip
Use updated LuaFileSystem for Lua 5.3
-rwxr-xr-xtest/testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh
index 1af7bc6a..4b159892 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -227,7 +227,7 @@ mkdir -p "$testing_server"
227 get "$luarocks_repo/lualogging-1.3.0-1.src.rock" 227 get "$luarocks_repo/lualogging-1.3.0-1.src.rock"
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.3-1.src.rock"
231 get "$luarocks_repo/stdlib-41.0.0-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"