diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/run_tests.sh | 2 |
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 ] | |||
16 | then | 16 | then |
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 |
21 | fi | 21 | fi |
22 | 22 | ||