summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/objcopy.c')
-rw-r--r--test/objcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objcopy.c b/test/objcopy.c
index f4b1561..7f5a9ba 100644
--- a/test/objcopy.c
+++ b/test/objcopy.c
@@ -13827,7 +13827,7 @@ main(void)
if(nerrors) {
printf("***** %d OBJECT COPY TEST%s FAILED! *****\n",
nerrors, (1 == nerrors ? "" : "S"));
- exit(1);
+ exit(EXIT_FAILURE);
} /* end if */
puts ("All object copying tests passed.");