diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:52:56 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:52:56 -0200 |
commit | 9f05a4850ea650ee5381af953960b3682e3563c4 (patch) | |
tree | 4c6d5c8e88107f6b1d3c614fd391d00f99bf4210 /test | |
parent | 8f3f740a1356b1a5236778b130f91a5ef20e4d1d (diff) | |
download | luarocks-9f05a4850ea650ee5381af953960b3682e3563c4.tar.gz luarocks-9f05a4850ea650ee5381af953960b3682e3563c4.tar.bz2 luarocks-9f05a4850ea650ee5381af953960b3682e3563c4.zip |
skip more rsync stuff
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 2 |
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 | |||
270 | fail_admin_add_missing() { $luarocks_admin --server=testing add; } | 270 | fail_admin_add_missing() { $luarocks_admin --server=testing add; } |
271 | fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } | 271 | fail_admin_invalidserver() { $luarocks_admin --server=invalid add ./luasocket-${verrev_luasocket}.src.rock; } |
272 | fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; } | 272 | fail_admin_invalidrock() { $luarocks_admin --server=testing add invalid; } |
273 | test_admin_refresh_cache() { $luarocks_admin --server=testing refresh_cache; } | 273 | test_admin_refresh_cache() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing refresh_cache; } |
274 | test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } | 274 | test_admin_remove() { if [ "$travis" ]; then return; fi; $luarocks_admin --server=testing remove ./luasocket-${verrev_luasocket}.src.rock; } |
275 | fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } | 275 | fail_admin_remove_missing() { $luarocks_admin --server=testing remove; } |
276 | 276 | ||