Oh, I see I just undid your commit. Did this really work for you? 

I was always getting, from a clean checkout:

[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl ./t/TEST
[warning] generating SSL CA for asf
[  error] configure() has failed:
open t/conf/ca.cnf: No such file or directory at /blah/TestSSLCA.pm line 494.
 
[warning] forcing Apache::TestConfig object save
[warning] run 't/TEST -clean' to clean up before continuing

On Mon, Feb 09, 2004 at 06:07:49PM -0000, [EMAIL PROTECTED] wrote:
>   --- 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);
>   
>   
>   

Reply via email to