diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-02-19 18:27:05 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-02-19 18:27:05 (GMT) |
commit | ccb2da81134478014e42a91535a26fd9230fea2b (patch) | |
tree | 6cea79d1cfab23f3fcbbf119604072441c00fda0 /test | |
parent | 9bfbfbc9a011b0b5161cd1e944558324ccd39a40 (diff) | |
download | hdf5-ccb2da81134478014e42a91535a26fd9230fea2b.zip hdf5-ccb2da81134478014e42a91535a26fd9230fea2b.tar.gz hdf5-ccb2da81134478014e42a91535a26fd9230fea2b.tar.bz2 |
[svn-r292] *** empty log message ***
Diffstat (limited to 'test')
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index 617b0b7..8261103 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -375,7 +375,7 @@ main(void) assert (status>=0); unlink("dataset.h5"); - file = H5Fcreate("dataset.h5", H5ACC_DEFAULT, H5C_DEFAULT, H5C_DEFAULT); + file = H5Fcreate("dataset.h5", H5F_ACC_TRUNC, H5C_DEFAULT, H5C_DEFAULT); assert(file >= 0); status = test_create(file); |