From: foobar Date: Wed, 6 Apr 2005 22:14:27 +0000 (+0000) Subject: - Not every OS has ldd.. X-Git-Tag: php-5.0.1b1~593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7adac251e30a6c410853c96b235e9f41539bdf11;p=php - Not every OS has ldd.. --- diff --git a/run-tests.php b/run-tests.php index ca09eec8d4..9c0c97b168 100755 --- a/run-tests.php +++ b/run-tests.php @@ -524,7 +524,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";