Index: t/response/TestAPI/aplog.pm
===================================================================
--- t/response/TestAPI/aplog.pm	(revision 357404)
+++ t/response/TestAPI/aplog.pm	(working copy)
@@ -75,7 +75,7 @@
             '$s->log_serror(__FILE__, __LINE__, LOG_DEBUG...)';
 
         # the APR_EGENERAL error string changed for APR 1.0
-        my $egeneral = have_min_apache_version('2.1.0')
+        my $egeneral = have_min_apache_version('2.2.0')
            ? "Internal error"
            : "Error string not specified yet";
 
Index: t/protocol/pseudo_http.t
===================================================================
--- t/protocol/pseudo_http.t	(revision 357404)
+++ t/protocol/pseudo_http.t	(working copy)
@@ -22,7 +22,7 @@
 my $ok = $^O !~ /^(Open|Net)BSD$/i || need_min_apache_version('2.0.52');
 
 # but not in 2.1?  hmph.
-$ok = skip_reason('skipping on httpd 2.1') if have_min_apache_version('2.1');
+$ok = skip_reason('skipping on httpd 2.2') if have_min_apache_version('2.2');
 
 plan tests => 13, need need_auth, need_access, $ok;
 
