Bug #28017
closedt3lib_divTest::fixPermissionsSetsGroup fails on MacOS
100%
Description
This test fails on Mac OS because the test makes use of posix_getegid() to find out the current process' group ID. However, this function on Mac OS always returns -1 instead of the actual group ID, making it useless (although it exists).
This test is the only part of the core that makes use of the posix_getegid() function. We should check whether this function returns -1 (which means that we're on Mac OS) and skip the test in that case.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ic16e52c462429401342f5a5f9705353b48dac1e9 has been pushed to the review server.
It is available at http://review.typo3.org/3172
Updated by Oliver Klee over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 11287efc28a9018537f314fa9443cf83d3df6c73.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-4 has been pushed to the review server.
It is available at http://review.typo3.org/7124
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7125
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/7125
Updated by Oliver Klee over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4c2d6d07bc2b6b58bb2346f24f85302479c7de2c.