diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-10 11:01:43 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-17 10:48:06 +0100 |
commit | a3a064fe967865fe2df37944ecb3447cf91bfb7a (patch) | |
tree | c093ec2e8fd7e526621a30faaa821498fc5d026a /tests/lib/archive | |
parent | a9c2e5a08e4a909a94f441c96a3ea000e9420ca3 (diff) | |
download | nextcloud-server-a3a064fe967865fe2df37944ecb3447cf91bfb7a.tar.gz nextcloud-server-a3a064fe967865fe2df37944ecb3447cf91bfb7a.zip |
Skip some more tests on Windows which just can not work at all
Diffstat (limited to 'tests/lib/archive')
-rw-r--r-- | tests/lib/archive/tar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/archive/tar.php b/tests/lib/archive/tar.php index 5b9089b32e1..99f7fb30e2b 100644 --- a/tests/lib/archive/tar.php +++ b/tests/lib/archive/tar.php @@ -9,7 +9,7 @@ class Test_Archive_TAR extends Test_Archive { public function setUp() { if (OC_Util::runningOnWindows()) { - $this->markTestSkipped('tar archives are not supported on windows'); + $this->markTestSkipped('[Windows] tar archives are not supported on Windows'); } parent::setUp(); } |