From 9702239587aa24b3cfe3bd5f81e3a6a4f5450723 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 15 Jan 2015 17:03:24 -0200 Subject: Use updated LuaFileSystem for Lua 5.3 --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" get "$luarocks_repo/lualogging-1.3.0-1.src.rock" get "$luarocks_repo/luasocket-${verrev_luasocket}.src.rock" get "$luarocks_repo/luasocket-${verrev_luasocket}.rockspec" - get "$luarocks_repo/luafilesystem-1.6.2-1.src.rock" + get "$luarocks_repo/luafilesystem-1.6.3-1.src.rock" get "$luarocks_repo/stdlib-41.0.0-1.src.rock" get "$luarocks_repo/luarepl-0.4-1.src.rock" get "$luarocks_repo/validate-args-1.5.4-1.rockspec" -- cgit v1.2.3-55-g6feb