[ci skip] Update run-tests.php: Fix typo

Closes GH-12225.
This commit is contained in:
Christian Clauss 2023-09-16 21:24:26 +02:00 committed by Niels Dossche
parent fad0e4f4e7
commit bae30682b8

View file

@ -4178,7 +4178,7 @@ class DiffOutputBuilder
} }
$next++; $next++;
} }
// Found no more differenciating rows, we're done // Found no more differentiating rows, we're done
if ($next === count($diffs)) { if ($next === count($diffs)) {
if (($i - 1) < count($diffs)) { if (($i - 1) < count($diffs)) {
fwrite($buffer, "--\n"); fwrite($buffer, "--\n");