diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-17 09:39:49 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-08-17 09:39:49 +0200 |
commit | 96a404dfb37889049edfdc3c45411eab6ddaa4bc (patch) | |
tree | 7a170b04d78ec3457a9986b5966d512acfa2f94b /tests/preseed-config.php | |
parent | a53aa40b4ddf4c9f868ad03df7131ceee417f2c9 (diff) | |
download | nextcloud-server-96a404dfb37889049edfdc3c45411eab6ddaa4bc.tar.gz nextcloud-server-96a404dfb37889049edfdc3c45411eab6ddaa4bc.zip |
Remove windows config settings in tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/preseed-config.php')
-rw-r--r-- | tests/preseed-config.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 53579406472..953dfb7ee25 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -18,10 +18,6 @@ if (is_dir(OC::$SERVERROOT.'/apps2')) { ]; } -if (substr(strtolower(PHP_OS), 0, 3) === 'win') { - $CONFIG['openssl'] = ['config' => OC::$SERVERROOT . '/tests/data/openssl.cnf']; -} - if (getenv('OBJECT_STORE') === 's3') { $CONFIG['objectstore'] = [ 'class' => 'OC\\Files\\ObjectStore\\S3', |