mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Each test should use its own temporary filenames to avoid issues when the tests are executed in parallel[1]. We also silence the `unlink()` calls in the CLEAN section just in case. And while we're at it, we also remove the erroneous comment; there is no symlinking involved for the Windows test variants. [1] <https://github.com/php/php-src/pull/10175#issuecomment-1366809933> Closes GH-10189.