aboutsummaryrefslogtreecommitdiffstats
path: root/t/08-Shared.t
diff options
context:
space:
mode:
Diffstat (limited to 't/08-Shared.t')
-rw-r--r--t/08-Shared.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/08-Shared.t b/t/08-Shared.t
index 3489a4a0..a1c81ef3 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;