summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-07-12 23:26:56 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-07-12 23:26:56 (GMT)
commit08de02c838c05993fea5febb9c320a679e7f841a (patch)
treec7b4162d4ce395cb6acd1632657146cf05ed2c01
parent92bf81a0fbad8e263c1e0d3c5791f49b78046afb (diff)
parentf369590a1005756e2574eeb1fcf4f8d3fb8886fe (diff)
downloadhdf5-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.c2
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) */