From: Thomas Müller Date: Mon, 14 Oct 2013 22:44:55 +0000 (+0200) Subject: fixing syntax for openssl config X-Git-Tag: v6.0.0beta2~97^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7caf011b9aa8fba455a528dac694a3d5eb697547;p=nextcloud-server.git fixing syntax for openssl config --- diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 6210aa875ab..95ffb4514bf 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -20,5 +20,5 @@ $CONFIG = array ( ); if(substr(strtolower(PHP_OS), 0, 3) == "win") { - $CONFIG['openssl'] = OC::$SERVERROOT.'/tests/data/openssl.cnf'; + $CONFIG['openssl'] = array( 'config' => OC::$SERVERROOT.'/tests/data/openssl.cnf'); }