diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-05-03 23:18:41 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-05-03 23:18:41 +0200 |
commit | f6235f3365decadd339ad654fc000ed5852c7b3b (patch) | |
tree | b4aa2521ff1da076ad064aa56c33c77a8638e5f1 /t | |
parent | fe4bc9a307f8a1c3c5e2193f0941e10290705651 (diff) | |
download | colin-keep-f6235f3365decadd339ad654fc000ed5852c7b3b.tar colin-keep-f6235f3365decadd339ad654fc000ed5852c7b3b.tar.gz colin-keep-f6235f3365decadd339ad654fc000ed5852c7b3b.tar.bz2 colin-keep-f6235f3365decadd339ad654fc000ed5852c7b3b.tar.xz colin-keep-f6235f3365decadd339ad654fc000ed5852c7b3b.zip |
Added help_requested (checked from command line)
Diffstat (limited to 't')
-rw-r--r-- | t/08-Shared.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/08-Shared.t b/t/08-Shared.t index 3489a4a..a1c81ef 100644 --- a/t/08-Shared.t +++ b/t/08-Shared.t @@ -10,6 +10,6 @@ BEGIN { ok ( ManaTools::Shared::command_line(), 'command_line'); is ( ManaTools::Shared::custom_locale_dir(), undef, 'custom_locale_dir'); is ( ManaTools::Shared::devel_mode(), 0, 'devel_mode'); - +is ( ManaTools::Shared::help_requested(), 0, 'help_requested'); done_testing; |