diff options
author | Frank Willmore <Frank.Willmore@hdfgroup.org> | 2016-11-03 21:28:29 (GMT) |
---|---|---|
committer | Frank Willmore <Frank.Willmore@hdfgroup.org> | 2016-11-03 21:28:29 (GMT) |
commit | b2948d9f97958dba883a9c0d3f80bf9c7df9fe42 (patch) | |
tree | 6e945006110b6fd5e6ae67cc8568e8dce870a0cb /test/objcopy.c | |
parent | 7ac8215cbffbf1a3c0000cc0b5ade502040b25be (diff) | |
parent | 526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850 (diff) | |
download | hdf5-b2948d9f97958dba883a9c0d3f80bf9c7df9fe42.zip hdf5-b2948d9f97958dba883a9c0d3f80bf9c7df9fe42.tar.gz hdf5-b2948d9f97958dba883a9c0d3f80bf9c7df9fe42.tar.bz2 |
Merge pull request #100 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop
* commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850':
Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c
Diffstat (limited to 'test/objcopy.c')
-rw-r--r-- | test/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objcopy.c b/test/objcopy.c index 5326fa4..4166284 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."); |