From a9294d36bce0b54458c95eaec89c17177b89e6ea Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 1 Jun 2017 15:40:26 -0700 Subject: [PATCH] Ignore spurious stderr output from lsof lsof may report errors trying to stat files owned by other users in other processes, even when asking for files associated to a specific process. Boo. --- ext/phar/tests/tar/bug70417.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/tests/tar/bug70417.phpt b/ext/phar/tests/tar/bug70417.phpt index 0096b5a2a9..9d30aae7a9 100644 --- a/ext/phar/tests/tar/bug70417.phpt +++ b/ext/phar/tests/tar/bug70417.phpt @@ -13,7 +13,7 @@ if ($status !== 0) { --FILE-- /dev/null', $out); return count($out); } $filename = __DIR__ . '/bug70417.tar'; -- 2.50.1