mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
Followup to https://github.com/php/php-src/pull/5043 In the middle of running this test with TESTS=-j9, run-tests.php stopped the test suite because the partition started with 3.5GB of free disk space and new test files couldn't be created. Reclaiming the disk space of that file also took a while. Closes GH-5283