diff options
Diffstat (limited to 'test/fillval.c')
-rw-r--r-- | test/fillval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fillval.c b/test/fillval.c index 3f713e9..4f7adc1 100644 --- a/test/fillval.c +++ b/test/fillval.c @@ -2383,7 +2383,7 @@ main(int argc, char *argv[]) test_compact =1; else { fprintf(stderr, "usage: %s [contiguous] [chunked] [compact]\n", argv[0]); - exit(1); + exit(EXIT_FAILURE); } } /* end for */ } /* end if */ |