]> granicus.if.org Git - php/commitdiff
- Not every OS has ldd..
authorfoobar <sniper@php.net>
Wed, 6 Apr 2005 22:14:27 +0000 (22:14 +0000)
committerfoobar <sniper@php.net>
Wed, 6 Apr 2005 22:14:27 +0000 (22:14 +0000)
run-tests.php

index ca09eec8d426e1f35447cae48cd949a54f78e41e..9c0c97b1685b6821ec1b4f6075de05bdbd846c82 100755 (executable)
@@ -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";