summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2017-03-14 17:23:34 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2017-03-14 17:23:34 (GMT)
commitd0aeefd6455d6877afd934e238362636a86e4b42 (patch)
treeaf6c4a631d5753685ee0033a6a8415a25fc97672 /test/links.c
parent847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff)
parent0313cbb91d974b153dbe8747d193ac3c619eea3b (diff)
downloadhdf5-d0aeefd6455d6877afd934e238362636a86e4b42.zip
hdf5-d0aeefd6455d6877afd934e238362636a86e4b42.tar.gz
hdf5-d0aeefd6455d6877afd934e238362636a86e4b42.tar.bz2
Merge pull request #335 in HDFFV/hdf5 from merge_page_buffering_08 to develop
* commit '0313cbb91d974b153dbe8747d193ac3c619eea3b': Final merge of page buffering branch to develop
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/links.c b/test/links.c
index 3364c7e..e3bbdb2 100644
--- a/test/links.c
+++ b/test/links.c
@@ -11102,6 +11102,8 @@ corder_delete(hid_t fapl)
for(reopen_file = FALSE; reopen_file <= TRUE; reopen_file++) {
/* Create file */
h5_fixname(FILENAME[0], fapl, filename, sizeof filename);
+
+ /* Creating file with latest format will enable paged aggregation with persistent fs */
if((file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0) FAIL_STACK_ERROR
/* Close file */