From ce84268ca92003bf40bf8f084435a874183be7a7 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 9 Dec 2013 16:07:32 -0200 Subject: Drop the X11 dependency --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; } test_build_install_bin() { $luarocks build luarepl; } 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; } 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; } -test_build_supported_platforms() { $luarocks build xctrl; } +test_build_supported_platforms() { $luarocks build lpty; } test_build_deps_partial_match() { $luarocks build yaml; } 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"; } -- cgit v1.2.3-55-g6feb