diff options
author | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-06-26 12:28:13 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2015-06-26 12:28:13 -0300 |
commit | ed97ece0c1992d93b9a4a18a9abc413ece19a4ea (patch) | |
tree | 617e8ebf15dc9c5f4e1f8d97b8edf9c8ead7bc0d /test/testing.sh | |
parent | f10113ff32a1ab9fff5abe68e84ccc5bad9a4908 (diff) | |
download | luarocks-ed97ece0c1992d93b9a4a18a9abc413ece19a4ea.tar.gz luarocks-ed97ece0c1992d93b9a4a18a9abc413ece19a4ea.tar.bz2 luarocks-ed97ece0c1992d93b9a4a18a9abc413ece19a4ea.zip |
Adds missing tests
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 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"; | |||
508 | test_config_user_config() { $luarocks config --user-config; } | 508 | test_config_user_config() { $luarocks config --user-config; } |
509 | fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } | 509 | fail_config_user_config() { LUAROCKS_CONFIG="/missing_file.lua" $luarocks config --user-config; } |
510 | test_config_rock_trees() { $luarocks config --rock-trees; } | 510 | test_config_rock_trees() { $luarocks config --rock-trees; } |
511 | test_config_help() { $luarocks help config; } | ||
511 | 512 | ||
512 | test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } | 513 | test_doc() { $luarocks install luarepl; $luarocks doc luarepl; } |
513 | 514 | ||