[svn-r16576] Description:

Actually set the exit value for the test (*sigh*)
This commit is contained in:
Quincey Koziol 2009-03-12 15:14:15 -05:00
parent 56a02987bc
commit c6b03d804e

View File

@ -29754,6 +29754,6 @@ main(void)
nerrs += check_metadata_blizzard_absence(TRUE);
nerrs += check_metadata_blizzard_absence(FALSE);
return(0);
return(nerrs > 0);
}