diff options
Diffstat (limited to 'test.pl')
-rwxr-xr-x | test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ use Test::Harness; my @tests = map {"test/test_$_.t"} qw/ - autojoin echo ping random thanks vote + autojoin echo men ping random thanks vote /; runtests(@tests); |