Mailing List Archive

svn commit: r1916736 - /httpd/test/framework/trunk/t/apache/pr64339.t
Author: jorton
Date: Tue Apr 2 08:24:21 2024
New Revision: 1916736

URL: http://svn.apache.org/viewvc?rev=1916736&view=rev
Log:
Run PR 64339 test against 2.4.59+, fix merged in r1916412

Modified:
httpd/test/framework/trunk/t/apache/pr64339.t

Modified: httpd/test/framework/trunk/t/apache/pr64339.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/pr64339.t?rev=1916736&r1=1916735&r2=1916736&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/pr64339.t (original)
+++ httpd/test/framework/trunk/t/apache/pr64339.t Tue Apr 2 08:24:21 2024
@@ -30,9 +30,8 @@ if (have_min_apache_version('2.5.0')) {
exit 0;
}

-# todo: amend to 2.4.59
-if (not have_min_apache_version('2.4.60')) {
- print "1..0 # skip: Test not valid before 2.4.60";
+if (not have_min_apache_version('2.4.59')) {
+ print "1..0 # skip: Test not valid before 2.4.59";
exit 0;
}