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