diff --git a/src/run-tests.pl b/src/run-tests.pl index 1bd458c..3a8b01a 100755 --- a/src/run-tests.pl +++ b/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) {