aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-26 03:18:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-26 03:18:41 -0300
commitdb81c2e25650eba20be97a93c26d43032bc20998 (patch)
tree4750684a5b2bddc2542935e4ac70358e6cc1a082 /test
parent303628aedfba818727ae3044d117e0cb097e02e1 (diff)
downloadluarocks-db81c2e25650eba20be97a93c26d43032bc20998.tar.gz
luarocks-db81c2e25650eba20be97a93c26d43032bc20998.tar.bz2
luarocks-db81c2e25650eba20be97a93c26d43032bc20998.zip
Force package to be in cache.
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 8e3a72b3..8ace034d 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -393,7 +393,7 @@ test_help() { $luarocks help; }
393fail_help_invalid() { $luarocks help invalid; } 393fail_help_invalid() { $luarocks help invalid; }
394 394
395test_install_binaryrock() { $luarocks build --pack-binary-rock cprint && $luarocks install ./cprint-${verrev_cprint}.${platform}.rock && rm ./cprint-${verrev_cprint}.${platform}.rock; } 395test_install_binaryrock() { $luarocks build --pack-binary-rock cprint && $luarocks install ./cprint-${verrev_cprint}.${platform}.rock && rm ./cprint-${verrev_cprint}.${platform}.rock; }
396test_install_only_server() { $luarocks install --only-server "$testing_cache" luasocket; } 396test_install_only_server() { need_luasocket; $luarocks install --only-server "$testing_cache" luasocket; }
397test_install_with_bin() { $luarocks install wsapi; } 397test_install_with_bin() { $luarocks install wsapi; }
398fail_install_notazipfile() { $luarocks install "$testing_dir/testfiles/not_a_zipfile-1.0-1.src.rock"; } 398fail_install_notazipfile() { $luarocks install "$testing_dir/testfiles/not_a_zipfile-1.0-1.src.rock"; }
399fail_install_invalidpatch() { need_luasocket; $luarocks install "$testing_dir/testfiles/invalid_patch-0.1-1.rockspec"; } 399fail_install_invalidpatch() { need_luasocket; $luarocks install "$testing_dir/testfiles/invalid_patch-0.1-1.rockspec"; }