tests: Portability fixes, replaced 0/1/-1 return codes with macros
This commit is contained in:
@@ -27,5 +27,5 @@ int main(void) {
|
||||
printf("errno is not 0 (%d), something went wrong\n", errno);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user