From d6f3e8ab66947f87c6d52ea72febd954e2026b17 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 7 Aug 2017 18:13:55 +0545 Subject: [PATCH] Remove unused win code --- tests/preseed-config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 994078de1d83..d53161291457 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -18,10 +18,6 @@ ]; } -if (substr(strtolower(PHP_OS), 0, 3) === 'win') { - $CONFIG['openssl'] = ['config' => OC::$SERVERROOT . '/tests/data/openssl.cnf']; -} - if (getenv("TC") === "selenium") { $CONFIG['skeletondirectory'] = OC::$SERVERROOT . '/tests/ui/skeleton'; }