From: André Langhorst Date: Wed, 21 Mar 2001 16:01:52 +0000 (+0000) Subject: I don't like to commit this over and over either, but this client definitely seems... X-Git-Tag: php-4.0.6RC1~613 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec31b454d5c513e108f54aef9b15ea0ca8c77eaa;p=php I don't like to commit this over and over either, but this client definitely seems to dislike branches --- diff --git a/run-tests.php b/run-tests.php index 4bb6c47f31..d99753dd0a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -388,7 +388,6 @@ function compare_results($file1, $file2) $data2 .= trim($line2); } } - echo strlen($data1).'|'.strlen($data2); fclose($fp1); fclose($fp2); if ((trim($data1) != trim($data2))