From: Sander Roobol Date: Mon, 19 Aug 2002 19:42:20 +0000 (+0000) Subject: Don't know what this line was supposed to DO!?!? X-Git-Tag: RELEASE_0_91~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9014d95debaad7ab444407aa92b12005934723;p=php Don't know what this line was supposed to DO!?!? --- 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);