void-packages/srcpkgs/qt6-base/patches/zfs-storage.patch
Đoàn Trần Công Danh 61ca21f8ee qt6-base: update to 6.4.2.
2023-02-23 07:27:10 +07:00

11 lines
500 B
Diff

--- qt6-base-6.4.2.orig/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
+++ qt6-base-6.4.2/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
@@ -165,6 +165,8 @@ void tst_QStorageInfo::tempFile()
#ifdef Q_OS_LINUX
if (storage1.fileSystemType() == "btrfs")
QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
+ if (storage1.fileSystemType() == "zfs")
+ QSKIP("This test doesn't work on zfs");
#endif
qint64 free = storage1.bytesFree();