diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-22 16:15:43 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-22 16:15:43 +0000 |
commit | bcd4c4609a082d8acc9f2da3a7538a7181820f54 (patch) | |
tree | 99865b4e8ff604d7c333a75dc0acf5bde24a0d31 /test | |
parent | 5e8d8da655a11308796d92531eceb6745694cf40 (diff) | |
download | luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.tar.gz luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.tar.bz2 luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.zip |
remove traces of luarocks.luaforge.net/rocks
git-svn-id: http://luarocks.org/svn/luarocks/trunk@106 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
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 | ||