summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-14 04:11:29 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-14 04:11:29 (GMT)
commit61350bf3504272dcf6e264b02812283d2d993218 (patch)
tree37d68ebb27fac2b3034e015469edb59d32c311e1 /test/dsets.c
parent8e4b34afd00c0c267cdfa49ed42f4ec91b393a9f (diff)
downloadhdf5-61350bf3504272dcf6e264b02812283d2d993218.zip
hdf5-61350bf3504272dcf6e264b02812283d2d993218.tar.gz
hdf5-61350bf3504272dcf6e264b02812283d2d993218.tar.bz2
Re-format test/ohdr_mindset.c
Fix a few transcription errors in other test files.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 0b6d0ad..395a98a 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -826,7 +826,7 @@ test_compact_io(hid_t fapl)
**************************************/
/* Create a copy of file access property list */
- if((new_fapl = new_fapl = h5_fileaccess()) < 0) TEST_ERROR
+ if((new_fapl = h5_fileaccess()) < 0) TEST_ERROR
/* Loop through all the combinations of low/high library format bounds,
skipping invalid combinations.