aboutsummaryrefslogtreecommitdiff
path: root/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl')
-rwxr-xr-xtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pl b/test.pl
index b819e0e..69b1e60 100755
--- a/test.pl
+++ b/test.pl
@@ -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);