dougm 01/12/20 11:07:03
Modified: perl-framework/Apache-Test/lib/Apache TestSSLCA.pm
Log:
make sure we have the full path (including drive letter) when looking to
clean the generated sslca
Revision Changes Path
1.5 +2 -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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestSSLCA.pm 2001/12/19 04:11:31 1.4
+++ TestSSLCA.pm 2001/12/20 19:07:03 1.5
@@ -331,7 +331,8 @@
sub clean {
my $config = shift;
- my $dir = $config->{vars}->{sslca};
+ #rel2abs adds same drive letter for win32 that clean_add_path added
+ my $dir = File::Spec->rel2abs($config->{vars}->{sslca});
unless ($config->{clean}->{dirs}->{$dir}) {
return; #we did not generate this ca