]> granicus.if.org Git - php/commitdiff
Skip fpm bug #74083 test on Windows
authorMaksim Nikulin <mnikulin@plesk.com>
Thu, 25 Jul 2019 06:15:35 +0000 (13:15 +0700)
committerJakub Zelenka <bukka@php.net>
Sun, 20 Oct 2019 15:08:55 +0000 (16:08 +0100)
Have not expected side effects of `include`.

sapi/fpm/tests/bug74083-concurrent-reload.phpt

index 532c3b10bf8e16537313e89c088a8da107ab45a4..8b4b690e9620126db0e2fa4ac2bb59f7d8ba6511 100644 (file)
@@ -2,6 +2,7 @@
 Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
 --SKIPIF--
 <?php
+include "skipif.inc";
 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
 ?>
 --FILE--