summaryrefslogtreecommitdiffstats
path: root/test/use_append_mchunks.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-11-01 20:00:40 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-11-01 20:00:40 (GMT)
commit51076d40617aa6f0236809c2c919cc6921b3bbc1 (patch)
treec0409849173decb1c191aea4177c78bcb1256cfc /test/use_append_mchunks.c
parent4f62c084f1b0502bc984edd8ce380bea22518bd3 (diff)
downloadhdf5-51076d40617aa6f0236809c2c919cc6921b3bbc1.zip
hdf5-51076d40617aa6f0236809c2c919cc6921b3bbc1.tar.gz
hdf5-51076d40617aa6f0236809c2c919cc6921b3bbc1.tar.bz2
Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c
Diffstat (limited to 'test/use_append_mchunks.c')
-rw-r--r--test/use_append_mchunks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/use_append_mchunks.c b/test/use_append_mchunks.c
index da7e2b3..0414628 100644
--- a/test/use_append_mchunks.c
+++ b/test/use_append_mchunks.c
@@ -167,9 +167,9 @@ main(int argc, char *argv[])
HDprintf("%d: launch reader process\n", mypid);
if (read_uc_file(send_wait) < 0){
HDfprintf(stderr, "read_uc_file encountered error\n");
- exit(1);
+ HDexit(1);
}
- exit(0);
+ HDexit(0);
}
}