jorton 2004/02/18 04:10:22
Modified: perl-framework/t/modules autoindex.t Log: Restore correct default for 1.3. Revision Changes Path 1.12 +1 -1 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.11 retrieving revision 1.12 diff -b -d -u -r1.11 -r1.12 --- autoindex.t 18 Feb 2004 12:07:38 -0000 1.11 +++ autoindex.t 18 Feb 2004 12:10:22 -0000 1.12 @@ -25,7 +25,7 @@ my ($C,$O); my $cfg = Apache::Test::config(); my $have_apache_2 = have_apache 2; -my $hr = '<hr>'; +my $hr = $have_apache_2 ? '<hr>' : '<hr />'; my %file = (
