summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/textdocument-lists
diff options
context:
space:
mode:
authorŁukasz Matysiak <lukasz.matysiak@qt.io>2024-06-11 16:13:07 +0200
committerŁukasz Matysiak <lukasz.matysiak@qt.io>2024-06-18 17:55:33 +0200
commit90e79aea8e3f297de65a69d4e6c82a5d753b9c86 (patch)
treeb8673e93ece2d58dd49d7e5e92ae010b82bab2e1 /doc/src/snippets/textdocument-lists
parent607b3b2feb1328fdf8cf01768276d615c110e304 (diff)
Force requested permissions when calling mkdir on VxWorksHEADdev
Calling mkdir with mode == 0 works just fine on Linux - it creates a directory and the permissions are set to 0. On VxWorks, calling mkdir with mode == 0 uses the default mode set in the system. This leads to a failing test (tst_QDir::mkdirWithPermissions(0000)) and potential confusion when the same code does not behave in the same way when called on Linux and VxWorks. To keep the same interface between unix-like systems, explicitly set the permissions to 0 when on VxWorks. Pick-to: 6.7 6.8 Task-number: QTBUG-115777 Change-Id: I75e429c086500cb7c19f9bb14693bb4266e18046 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Michał Łoś <michal.los@siili.com>
Diffstat (limited to 'doc/src/snippets/textdocument-lists')
0 files changed, 0 insertions, 0 deletions