Browse Source

fix error message

wip/maildir-uid-dupes-test
Oswald Buddenhagen 19 years ago
parent
commit
549c1cf13e
  1. 2
      src/run-tests.pl

2
src/run-tests.pl

@ -354,7 +354,7 @@ sub ckbox($$$@)
my ($mu, %ms) = readbox($bn);
if ($mu != $MU) {
print STDERR "NEXTUID mismatch for $bn - expected $MU, got $mu, config: $cfg\n";
print STDERR "MAXUID mismatch for $bn - expected $MU, got $mu, config: $cfg\n";
exit 1;
}
while (@MS) {

Loading…
Cancel
Save