diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-12 23:26:56 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-12 23:26:56 (GMT) |
commit | 08de02c838c05993fea5febb9c320a679e7f841a (patch) | |
tree | c7b4162d4ce395cb6acd1632657146cf05ed2c01 | |
parent | 92bf81a0fbad8e263c1e0d3c5791f49b78046afb (diff) | |
parent | f369590a1005756e2574eeb1fcf4f8d3fb8886fe (diff) | |
download | hdf5-08de02c838c05993fea5febb9c320a679e7f841a.zip hdf5-08de02c838c05993fea5febb9c320a679e7f841a.tar.gz hdf5-08de02c838c05993fea5febb9c320a679e7f841a.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 07234e9..1e62302 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -5499,7 +5499,7 @@ test_misc33(void) MESSAGE(5, ("Testing that bad offset into the heap returns error")); /* Open the test file */ - fid = H5Fopen(testfile, H5F_ACC_RDWR, H5P_DEFAULT); + fid = H5Fopen(testfile, H5F_ACC_RDONLY, H5P_DEFAULT); CHECK(fid, FAIL, "H5Fopen"); /* Case (1) */ |