aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh
index aa06854f..f8f1adad 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -16,7 +16,7 @@ if [ ! -d ../rocks ]
16then 16then
17 echo "Downloading entire rocks repository for tests" 17 echo "Downloading entire rocks repository for tests"
18 cd .. 18 cd ..
19 wget -r -nH -np -R"index.*" http://luarocks.luaforge.net/rocks/ 19 wget -r -nH -np -R"index.*" http://luarocks.org/repositories/rocks/
20 cd src 20 cd src
21fi 21fi
22 22