Commit fbf9d108 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

recipes/80-test_ca.t: make it work with spaces in pathnames.

parent ddc6a5c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ plan tests => 5;
     skip "CT not configured, can't use -precert", 1
         if disabled("ct");

     $ENV{OPENSSL_CONFIG} = "-config ".srctop_file("test", "Uss.cnf");
     $ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"';
     ok(run(perlapp(["CA.pl", "-precert"], stderr => undef)),
        'creating new pre-certificate');
}