diff options
| author | Sander Roobol <sander@php.net> | 2002-08-19 19:42:20 +0000 |
|---|---|---|
| committer | Sander Roobol <sander@php.net> | 2002-08-19 19:42:20 +0000 |
| commit | ef9014d95debaad7ab444407aa92b12005934723 (patch) | |
| tree | 8d0e7ea712483693a19ad5799f76bf829f527bfa /run-tests.php | |
| parent | 8b30aeacd8390f0f38cb707093beaca237295fb2 (diff) | |
| download | php-git-ef9014d95debaad7ab444407aa92b12005934723.tar.gz | |
Don't know what this line was supposed to DO!?!?
Diffstat (limited to 'run-tests.php')
| -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); |
