diff options
-rw-r--r-- | ext/phar/tests/tar/bug70417.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/phar/tests/tar/bug70417.phpt b/ext/phar/tests/tar/bug70417.phpt index f288efc8f5..021342c234 100644 --- a/ext/phar/tests/tar/bug70417.phpt +++ b/ext/phar/tests/tar/bug70417.phpt @@ -9,6 +9,9 @@ exec('lsof -p ' . getmypid(), $out, $status); if ($status !== 0) { die("skip lsof(8) not available"); } +if (!str_starts_with($out[0], 'COMMAND')) { + die("skip Might be a different lsof"); +} ?> --FILE-- <?php |