From ef9014d95debaad7ab444407aa92b12005934723 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Mon, 19 Aug 2002 19:42:20 +0000 Subject: [PATCH] Don't know what this line was supposed to DO!?!? --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1