diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 16:07:32 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 16:07:32 -0200 |
commit | ce84268ca92003bf40bf8f084435a874183be7a7 (patch) | |
tree | 8861c95c023603ec4258d1085145b827160226f6 /test | |
parent | 69d80ee4670c765d6ec55c87ff430bc887f207c4 (diff) | |
download | luarocks-ce84268ca92003bf40bf8f084435a874183be7a7.tar.gz luarocks-ce84268ca92003bf40bf8f084435a874183be7a7.tar.bz2 luarocks-ce84268ca92003bf40bf8f084435a874183be7a7.zip |
Drop the X11 dependency
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 d0d92e33..b5ce1402 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -211,7 +211,7 @@ test_build_command() { $luarocks build stdlib; } | |||
211 | test_build_install_bin() { $luarocks build luarepl; } | 211 | test_build_install_bin() { $luarocks build luarepl; } |
212 | fail_build_nohttps() { $luarocks install luasocket && $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } | 212 | fail_build_nohttps() { $luarocks install luasocket && $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } |
213 | test_build_https() { $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } | 213 | test_build_https() { $luarocks download --rockspec validate-args ${version_validate_args} && $luarocks install $luasec && $luarocks build ./validate-args-${version_validate_args}-1.rockspec && rm ./validate-args-${version_validate_args}-1.rockspec; } |
214 | test_build_supported_platforms() { $luarocks build xctrl; } | 214 | test_build_supported_platforms() { $luarocks build lpty; } |
215 | 215 | ||
216 | test_build_deps_partial_match() { $luarocks build yaml; } | 216 | test_build_deps_partial_match() { $luarocks build yaml; } |
217 | test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } | 217 | test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } |