summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorAndré Langhorst <andre@php.net>2001-03-21 16:01:52 +0000
committerAndré Langhorst <andre@php.net>2001-03-21 16:01:52 +0000
commitec31b454d5c513e108f54aef9b15ea0ca8c77eaa (patch)
treeaa851c1d72f74f8a9bd7fafd7e9e87290dd3210b /run-tests.php
parent6d7ce5ffa0017adf11b36ace56eac8ceb287b718 (diff)
downloadphp-git-ec31b454d5c513e108f54aef9b15ea0ca8c77eaa.tar.gz
I don't like to commit this over and over either, but this client definitely seems to dislike branches
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
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))