tests: Portability fixes, replaced 0/1/-1 return codes with macros
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
int main(void) {
|
||||
system("echo test of system");
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user