From c2d88a08b796ca19c8b5ec63bfd34ac32ead4208 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 8 Jul 2016 15:55:17 +0200 Subject: Remove unneeded checks if it runs on a Windows machine * the setup check is still there --- tests/lib/UtilCheckServerTest.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/lib/UtilCheckServerTest.php') diff --git a/tests/lib/UtilCheckServerTest.php b/tests/lib/UtilCheckServerTest.php index 6465f8dd42b..b1152e97256 100644 --- a/tests/lib/UtilCheckServerTest.php +++ b/tests/lib/UtilCheckServerTest.php @@ -145,9 +145,6 @@ class UtilCheckServerTest extends \Test\TestCase { * Tests an error is given when the datadir is not writable */ public function testDataDirNotWritable() { - if (\OC_Util::runningOnWindows()) { - $this->markTestSkipped('[Windows] chmod() does not work as intended on Windows.'); - } $this->markTestSkipped('TODO: Disable because fails on drone'); chmod($this->datadir, 0300); -- cgit v1.2.3