Author: stevehay Date: Wed Jun 10 16:22:45 2015 New Revision: 1684703 URL: http://svn.apache.org/r1684703 Log: Fix t/api/aplog.t for apr-1.5.2
Modified: perl/modperl/trunk/t/response/TestAPI/aplog.pm Modified: perl/modperl/trunk/t/response/TestAPI/aplog.pm URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/response/TestAPI/aplog.pm?rev=1684703&r1=1684702&r2=1684703&view=diff ============================================================================== --- perl/modperl/trunk/t/response/TestAPI/aplog.pm (original) +++ perl/modperl/trunk/t/response/TestAPI/aplog.pm Wed Jun 10 16:22:45 2015 @@ -83,7 +83,7 @@ sub handler { # the APR_EGENERAL error string changed for APR 1.0 my $egeneral = have_min_apache_version('2.1.0') - ? "Internal error" + ? qr/Internal error(?: \(specific information not available\))?/ : "Error string not specified yet"; t_server_log_warn_is_expected();