summaryrefslogtreecommitdiffstats
path: root/test/bittests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bittests.c')
-rw-r--r--test/bittests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bittests.c b/test/bittests.c
index 38e419d..cf83ead 100644
--- a/test/bittests.c
+++ b/test/bittests.c
@@ -932,7 +932,7 @@ main(void)
if(nerrors) {
printf("***** %u FAILURE%s! *****\n",
nerrors, 1 == nerrors ? "" : "S");
- exit(1);
+ exit(EXIT_FAILURE);
}
printf("All bit tests passed.\n");