]> granicus.if.org Git - php/commitdiff
I don't like to commit this over and over either, but this client definitely seems...
authorAndré Langhorst <andre@php.net>
Wed, 21 Mar 2001 16:01:52 +0000 (16:01 +0000)
committerAndré Langhorst <andre@php.net>
Wed, 21 Mar 2001 16:01:52 +0000 (16:01 +0000)
run-tests.php

index 4bb6c47f3195119e290b28249c204c04b8143850..d99753dd0a73e2383c46fe3b166feedebf25abcb 100755 (executable)
@@ -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))