diff options
Diffstat (limited to 'tests/preseed-config.php')
-rw-r--r-- | tests/preseed-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } |