diff options
-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 e3aee55f..b0d95c35 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -348,7 +348,7 @@ test_build_withpatch() { need_luasocket; $luarocks build luadoc; } | |||
348 | test_build_diffversion() { $luarocks build luacov ${version_luacov}; } | 348 | test_build_diffversion() { $luarocks build luacov ${version_luacov}; } |
349 | test_build_command() { $luarocks build stdlib; } | 349 | test_build_command() { $luarocks build stdlib; } |
350 | test_build_install_bin() { $luarocks build luarepl; } | 350 | test_build_install_bin() { $luarocks build luarepl; } |
351 | fail_build_nohttps() { need_luasocket; $luarocks download --rockspec validate-args ${verrev_validate_args} && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } | 351 | test_build_nohttps() { need_luasocket; $luarocks download --rockspec validate-args ${verrev_validate_args} && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } |
352 | test_build_https() { need_luasocket; $luarocks download --rockspec validate-args ${verrev_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${verrev_validate_args}.rockspec && rm ./validate-args-${verrev_validate_args}.rockspec; } | 352 | test_build_https() { need_luasocket; $luarocks download --rockspec validate-args ${verrev_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${verrev_validate_args}.rockspec && rm ./validate-args-${verrev_validate_args}.rockspec; } |
353 | test_build_supported_platforms() { $luarocks build lpty; } | 353 | test_build_supported_platforms() { $luarocks build lpty; } |
354 | fail_build_missing_external() { $luarocks build "$testing_dir/testfiles/missing_external-0.1-1.rockspec" INEXISTENT_INCDIR="/invalid/dir"; } | 354 | fail_build_missing_external() { $luarocks build "$testing_dir/testfiles/missing_external-0.1-1.rockspec" INEXISTENT_INCDIR="/invalid/dir"; } |