aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-09 17:52:56 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-09 17:52:56 -0200
commit9f05a4850ea650ee5381af953960b3682e3563c4 (patch)
tree4c6d5c8e88107f6b1d3c614fd391d00f99bf4210 /test
parent8f3f740a1356b1a5236778b130f91a5ef20e4d1d (diff)
downloadluarocks-9f05a4850ea650ee5381af953960b3682e3563c4.tar.gz
luarocks-9f05a4850ea650ee5381af953960b3682e3563c4.tar.bz2
luarocks-9f05a4850ea650ee5381af953960b3682e3563c4.zip
skip more rsync stuff
Diffstat (limited to 'test')
-rwxr-xr-xtest/testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh
index bfb2c10e..c52ae39a 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -270,7 +270,7 @@ test_admin_add_sftp() { if [ "$travis" ]; then return; fi; export LUAROCKS_CONFI
270fail_admin_add_missing() { $luarocks_admin --server=testing add; } 270fail_admin_add_missing() { $luarocks_admin --server=testing add; }
271fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } 271fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; }
272fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; } 272fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; }
273test_admin_refresh_cache() { $luarocks_admin --server=testing refresh_cache; } 273test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; }
274test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } 274test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; }
275fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } 275fail_admin_remove_missing() { $luarocks_admin --server=testing remove; }
276 276