nd 2004/01/12 08:04:50
Modified: perl-framework/t/modules autoindex.t Log: works in 2.0 as well Revision Changes Path 1.9 +1 -2 httpd-test/perl-framework/t/modules/autoindex.t Index: autoindex.t =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/modules/autoindex.t,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- autoindex.t 12 Jan 2004 00:35:14 -0000 1.8 +++ autoindex.t 12 Jan 2004 16:04:50 -0000 1.9 @@ -24,8 +24,7 @@ my ($C,$O); my $cfg = Apache::Test::config(); my $have_apache_2 = have_apache 2; -my $have_apache_21 = have_min_apache_version "2.1.0"; -my $hr = $have_apache_21 ? '<hr>' : '<hr />'; +my $hr = $have_apache_2 ? '<hr>' : '<hr />'; my %file = (
