]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_ca.t
recipes/80-test_ca.t: make it work with spaces in pathnames.
[thirdparty/openssl.git] / test / recipes / 80-test_ca.t
index f62d9d59ed764af790b004cea0ec71eaaf06ace0..4c470fbfe26c1cc5f973d8f1313b68137d3c5d52 100644 (file)
@@ -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');
 }