summaryrefslogtreecommitdiffstats
path: root/tests/lib/archive/tar.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/archive/tar.php')
-rw-r--r--tests/lib/archive/tar.php2
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();
}