aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-22 16:15:43 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-22 16:15:43 +0000
commitbcd4c4609a082d8acc9f2da3a7538a7181820f54 (patch)
tree99865b4e8ff604d7c333a75dc0acf5bde24a0d31 /test
parent5e8d8da655a11308796d92531eceb6745694cf40 (diff)
downloadluarocks-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-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