summaryrefslogtreecommitdiffstats
path: root/tests/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared')
-rw-r--r--tests/shared/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared/filesystem.h b/tests/shared/filesystem.h
index 3e2436cdf6..14cd3a790b 100644
--- a/tests/shared/filesystem.h
+++ b/tests/shared/filesystem.h
@@ -133,7 +133,7 @@ struct FileSystem
GetVolumeInformationW( (wchar_t*)linkName.left(3).utf16(), NULL, 0, NULL, NULL, NULL,
fileSystem, sizeof(fileSystem)/sizeof(WCHAR));
if(QString().fromWCharArray(fileSystem) != "NTFS")
- QSKIP("This seems not to be an NTFS volume. Junctions are not allowed.",SkipSingle);
+ QSKIP("This seems not to be an NTFS volume. Junctions are not allowed.");
if (!target.startsWith("\\??\\") && !target.startsWith("\\\\?\\")) {
QFileInfo targetInfo(target);