mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
If the test is skipped, the `--SKIPIF--` section exits (via `die()`) without removing the "bug81145_src.bin" file that gets created, and because the test was skipped the `--CLEAN--` section is not run, leaving the .bin file behind. Adjust the `--SKIPIF--` section to remove the .bin file before exiting.