summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorAndré Langhorst <andre@php.net>2001-03-21 12:52:32 +0000
committerAndré Langhorst <andre@php.net>2001-03-21 12:52:32 +0000
commit3d9871dcf45ca1458fbd4b642d93a0ed59bebb7d (patch)
treefaa8fe6acf0be3c0ace70f6cecd48eefcf748ef3 /run-tests.php
parente35a679e74916ed88dd7396145ff10b781b918d9 (diff)
downloadphp-git-3d9871dcf45ca1458fbd4b642d93a0ed59bebb7d.tar.gz
win32 fixes again
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index de1d505fca..281cae4272 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -25,7 +25,6 @@
* - do not test PEAR components if base class and/or component class cannot be instanciated
*/
-set_time_limit(0);
ob_implicit_flush();
define('TEST_PASSED', 0);