The branch master has been updated
       via  fbf9d108dfca2f578594c1f00bd9dbd2adca7505 (commit)
      from  ddc6a5c8f5900959bdbdfee79e1625a3f7808acd (commit)


- Log -----------------------------------------------------------------
commit fbf9d108dfca2f578594c1f00bd9dbd2adca7505
Author: Andy Polyakov <[email protected]>
Date:   Wed Aug 2 23:28:34 2017 +0200

    recipes/80-test_ca.t: make it work with spaces in pathnames.
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 test/recipes/80-test_ca.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index f62d9d5..4c470fb 100644
--- a/test/recipes/80-test_ca.t
+++ b/test/recipes/80-test_ca.t
@@ -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');
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to