Rodent of Unusual Size wrote:
>
> it looks as though the attached patch will fix this regression.. but
> is it the appropriate solution?
der! would help if i attached it, wouldn't it..
--
#ken P-)}
Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/
Author, developer, opinionist http://Apache-Server.Com/
"Millennium hand and shrimp!"
Index: Apache-Test/lib/Apache/TestHarness.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestHarness.pm,v
retrieving revision 1.13
diff -u -r1.13 TestHarness.pm
--- Apache-Test/lib/Apache/TestHarness.pm 31 Jan 2004 01:12:17 -0000
1.13
+++ Apache-Test/lib/Apache/TestHarness.pm 23 Feb 2004 17:29:27 -0000
@@ -23,7 +23,7 @@
#skip tests listed in t/SKIP
sub skip {
my($self, $file) = @_;
- $file ||= 'SKIP';
+ $file ||= 't/SKIP';
return unless -e $file;