Add motorz to the special mpm cases in info.t

git-svn-id: https://svn.apache.org/repos/asf/httpd/test/framework/trunk@1880510 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/t/modules/info.t b/t/modules/info.t
index cbc4d6e..21cee4e 100644
--- a/t/modules/info.t
+++ b/t/modules/info.t
@@ -31,7 +31,7 @@
 
 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');