summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/modules/info.t
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/t/modules/info.t')
-rw-r--r--debian/perl-framework/t/modules/info.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/perl-framework/t/modules/info.t b/debian/perl-framework/t/modules/info.t
index cbc4d6e..21cee4e 100644
--- a/debian/perl-framework/t/modules/info.t
+++ b/debian/perl-framework/t/modules/info.t
@@ -31,7 +31,7 @@ foreach (split /\n/, $info) {
foreach (sort keys %$mods) {
($mods->{$_} && !$config->should_skip_module($_)) or next;
- if ($_ =~ /^mod_mpm_(eventopt|event|prefork|worker)\.c$/) {
+ if ($_ =~ /^mod_mpm_(eventopt|event|motorz|prefork|worker)\.c$/) {
push(@expected,"$1.c");
} elsif ($_ eq 'mod_mpm_simple.c') {
push(@expected,'simple_api.c');