base64-test: Remove posibility of returning restricted exit codes
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
530cd2893e
commit
8dc1b7bd22
@ -156,7 +156,10 @@ int main(void)
|
|||||||
for (i = 0; i < FF_ARRAY_ELEMS(tests); i++)
|
for (i = 0; i < FF_ARRAY_ELEMS(tests); i++)
|
||||||
error_count += test_encode_decode(tests[i].data, strlen(tests[i].data), tests[i].encoded_ref);
|
error_count += test_encode_decode(tests[i].data, strlen(tests[i].data), tests[i].encoded_ref);
|
||||||
|
|
||||||
return error_count;
|
if (error_count)
|
||||||
|
printf("Error Count: %d.\n", error_count);
|
||||||
|
|
||||||
|
return !!error_count;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user