From: foobar Date: Wed, 6 Apr 2005 22:15:40 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.0.5RC1~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff757583ff508aaa30699acfbc1dbf870042e514;p=php MFH --- diff --git a/run-tests.php b/run-tests.php index b2475cda66..0677c1aa27 100755 --- a/run-tests.php +++ b/run-tests.php @@ -491,7 +491,7 @@ if (!getenv('NO_INTERACTION')) { break; } } - $ldd = shell_exec("ldd $php"); + $ldd = shell_exec("ldd $php 2>/dev/null"); } $failed_tests_data .= "Automake:\n$automake\n"; $failed_tests_data .= "Autoconf:\n$autoconf\n";