diff options
Diffstat (limited to 'tests/lib/archive/zip.php')
-rw-r--r-- | tests/lib/archive/zip.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/archive/zip.php b/tests/lib/archive/zip.php index adddf81ee1b..e049a899d88 100644 --- a/tests/lib/archive/zip.php +++ b/tests/lib/archive/zip.php @@ -8,6 +8,7 @@ require_once 'archive.php'; +if (!OC_Util::runningOnWindows()) { class Test_Archive_ZIP extends Test_Archive { protected function getExisting() { $dir = OC::$SERVERROOT . '/tests/data'; @@ -18,3 +19,4 @@ class Test_Archive_ZIP extends Test_Archive { return new OC_Archive_ZIP(OCP\Files::tmpFile('.zip')); } } +}
\ No newline at end of file |