summaryrefslogtreecommitdiffstats
path: root/test/cmpd_dset.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmpd_dset.c')
-rw-r--r--test/cmpd_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c
index f146bf2..6ad4b31 100644
--- a/test/cmpd_dset.c
+++ b/test/cmpd_dset.c
@@ -129,7 +129,7 @@ main (void)
size_t h_sample[2]; /*hyperslab sampling */
/* Create the file */
- file = H5Fcreate ("cmpd_dset.h5", H5ACC_OVERWRITE,
+ file = H5Fcreate ("cmpd_dset.h5", H5F_ACC_TRUNC,
H5C_DEFAULT, H5C_DEFAULT);
assert (file>=0);