Explorar o código

fix error message

Oswald Buddenhagen %!s(int64=19) %!d(string=hai) anos
pai
achega
549c1cf13e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/run-tests.pl

+ 1 - 1
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) {