diff options
| -rwxr-xr-x | run-tests.php | 2 |
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); |
