summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-06 22:14:27 +0000
committerfoobar <sniper@php.net>2005-04-06 22:14:27 +0000
commit7adac251e30a6c410853c96b235e9f41539bdf11 (patch)
tree0a79c8ba54c44caf31f12f2fdbe525ff2608c138 /run-tests.php
parent1b3b55a858e3bcc91949b2874a53f2cdbf06a50f (diff)
downloadphp-git-7adac251e30a6c410853c96b235e9f41539bdf11.tar.gz
- Not every OS has ldd..
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
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";