From 1907a97dcc0d6a312171f470b488dc9348e3dc65 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 8 Aug 2017 13:09:38 +0545 Subject: [PATCH] Remove unused win code (#28609) --- tests/preseed-config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 4e182eb35300..27f20634ff39 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -18,7 +18,3 @@ 'writable' => false, ]; } - -if (substr(strtolower(PHP_OS), 0, 3) === 'win') { - $CONFIG['openssl'] = ['config' => OC::$SERVERROOT . '/tests/data/openssl.cnf']; -}