stas 2004/02/09 10:07:49
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
TestSSLCA.pm
Log:
more t/ related fixes
Revision Changes Path
1.148 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -u -r1.147 -r1.148
--- TestRun.pm 3 Feb 2004 00:23:34 -0000 1.147
+++ TestRun.pm 9 Feb 2004 18:07:49 -0000 1.148
@@ -250,7 +250,7 @@
$self->{reconfigure} = $opts{configure} ||
(grep { $opts{$_}->[0] } qw(preamble postamble)) ||
(grep { $Apache::TestConfig::Usage{$_} } keys %conf_opts ) ||
- $self->passenv() || (! -e 'conf/httpd.conf');
+ $self->passenv() || (! -e 't/conf/httpd.conf');
if (exists $opts{debug}) {
$opts{debugger} = $opts{debug};
1.16 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm
Index: TestSSLCA.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -u -r1.15 -r1.16
--- TestSSLCA.pm 8 Jan 2004 17:15:37 -0000 1.15
+++ TestSSLCA.pm 9 Feb 2004 18:07:49 -0000 1.16
@@ -170,7 +170,7 @@
sub config_file {
my $name = shift;
- my $file = "conf/$name.cnf";
+ my $file = "t/conf/$name.cnf";
return $file if -e $file;
my $dn = dn($name);