Skip to content

Commit

Permalink
Skip test when SIGKILL is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeccati committed Aug 9, 2019
1 parent 358379b commit 796efd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/posix/tests/posix_errno_variation2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--SKIPIF--
<?php
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
if(!extension_loaded("posix")) print "skip posix extension not loaded";
if(!extension_loaded("pcntl")) print "skip pcntl extension not loaded";
?>
--FILE--
<?php
Expand Down

0 comments on commit 796efd8

Please sign in to comment.