]> granicus.if.org Git - php/commitdiff
Don't know what this line was supposed to DO!?!?
authorSander Roobol <sander@php.net>
Mon, 19 Aug 2002 19:42:20 +0000 (19:42 +0000)
committerSander Roobol <sander@php.net>
Mon, 19 Aug 2002 19:42:20 +0000 (19:42 +0000)
run-tests.php

index 71fbdd2d54a0566b6f1fdf7e2615ea45de74a848..167d7593dc154ab763542dbf3dea3151b23757bc 100755 (executable)
@@ -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);