diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-06-29 21:31:11 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-06-29 21:31:11 -0300 |
commit | 5861782615800511551adafce78844c93734abb9 (patch) | |
tree | 02ec1d712945b38515c373aa8a9dda21dbccd6c7 /test/testing.sh | |
parent | 1eccb0385c6bef170ceee86a6415d7442c28699d (diff) | |
parent | 7e464b149c3ec47161249bd316e446f5261516ab (diff) | |
download | luarocks-5861782615800511551adafce78844c93734abb9.tar.gz luarocks-5861782615800511551adafce78844c93734abb9.tar.bz2 luarocks-5861782615800511551adafce78844c93734abb9.zip |
Merge pull request #400 from ignacio/400-config-help
'config' command does not have a help message
Diffstat (limited to 'test/testing.sh')
-rwxr-xr-x | test/testing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh index c43b4d52..133597ee 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -509,6 +509,7 @@ fail_config_system_config_invalid() { mkdir -p "$testing_lrprefix/etc/luarocks"; | |||
509 | test_config_user_config() { $luarocks config --user-config; } | 509 | test_config_user_config() { $luarocks config --user-config; } |
510 | fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } | 510 | fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } |
511 | test_config_rock_trees() { $luarocks config --rock-trees; } | 511 | test_config_rock_trees() { $luarocks config --rock-trees; } |
512 | test_config_help() { $luarocks help config; } | ||
512 | 513 | ||
513 | test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } | 514 | test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } |
514 | 515 | ||