From ed97ece0c1992d93b9a4a18a9abc413ece19a4ea Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Fri, 26 Jun 2015 12:28:13 -0300 Subject: Adds missing tests --- test/testing.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/testing.sh') diff --git a/test/testing.sh b/test/testing.sh index 4338e48f..4f88538b 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -508,6 +508,7 @@ fail_config_system_config_invalid() { mkdir -p "$testing_lrprefix/etc/luarocks"; test_config_user_config() { $luarocks config --user-config; } fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } test_config_rock_trees() { $luarocks config --rock-trees; } +test_config_help() { $luarocks help config; } test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } -- cgit v1.2.3-55-g6feb