summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-08-19 19:42:20 +0000
committerSander Roobol <sander@php.net>2002-08-19 19:42:20 +0000
commitef9014d95debaad7ab444407aa92b12005934723 (patch)
tree8d0e7ea712483693a19ad5799f76bf829f527bfa /run-tests.php
parent8b30aeacd8390f0f38cb707093beaca237295fb2 (diff)
downloadphp-git-ef9014d95debaad7ab444407aa92b12005934723.tar.gz
Don't know what this line was supposed to DO!?!?
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 71fbdd2d54..167d7593dc 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -388,7 +388,7 @@ COMMAND $cmd
// Does the output match what is expected?
- $output = trim(preg_replace('/^(..+\n)+\n/','',$out));
+ $output = trim($out);
$wanted = trim($section_text['EXPECT']);
$output = preg_replace('/\r\n/',"\n",$output);