diff options
| author | nechda <[email protected]> | 2025-06-19 21:29:41 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2025-06-19 22:28:33 +0300 |
| commit | bcacbf3392fc63c23fdb5dba423540f1121f1842 (patch) | |
| tree | b68b56bff105745508972de206c47590ff81133a /util/folder/path_ut.cpp | |
| parent | 053aa59011c32b3ca6c6e7ec19640e99b965c996 (diff) | |
Upver wine 10.8
commit_hash:db0a0308d356c8dca2520f3881de2615edcc4455
Diffstat (limited to 'util/folder/path_ut.cpp')
| -rw-r--r-- | util/folder/path_ut.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/folder/path_ut.cpp b/util/folder/path_ut.cpp index f73bd7f57a4..095969f3bb4 100644 --- a/util/folder/path_ut.cpp +++ b/util/folder/path_ut.cpp @@ -701,6 +701,10 @@ Y_UNIT_TEST_SUITE(TFsPathTests) { MakePathIfNotExist(testSubdir.c_str()); #ifdef _win_ + if (IsWine()) { + // Broken since f8699c0a71a528d287b84cd0bc5b5bb7cec924f0 (5.11 wine-version) + return; + } Chmod(testSubdir.c_str(), 0); Y_DEFER { Chmod(testSubdir.c_str(), MODE0777); |
