aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-12-09 16:07:32 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-12-09 16:07:32 -0200
commitce84268ca92003bf40bf8f084435a874183be7a7 (patch)
tree8861c95c023603ec4258d1085145b827160226f6 /test
parent69d80ee4670c765d6ec55c87ff430bc887f207c4 (diff)
downloadluarocks-ce84268ca92003bf40bf8f084435a874183be7a7.tar.gz
luarocks-ce84268ca92003bf40bf8f084435a874183be7a7.tar.bz2
luarocks-ce84268ca92003bf40bf8f084435a874183be7a7.zip
Drop the X11 dependency
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 d0d92e33..b5ce1402 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -211,7 +211,7 @@ test_build_command() { $luarocks build stdlib; }
211test_build_install_bin() { $luarocks build luarepl; } 211test_build_install_bin() { $luarocks build luarepl; }
212fail_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; } 212fail_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; }
213test_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; } 213test_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; }
214test_build_supported_platforms() { $luarocks build xctrl; } 214test_build_supported_platforms() { $luarocks build lpty; }
215 215
216test_build_deps_partial_match() { $luarocks build yaml; } 216test_build_deps_partial_match() { $luarocks build yaml; }
217test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; } 217test_build_show_downloads() { export LUAROCKS_CONFIG="$testing_dir/testing_config_show_downloads.lua" && $luarocks build alien; export LUAROCKS_CONFIG="$testing_dir/testing_config.lua"; }