summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-10-14 13:31:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-10-14 13:31:29 (GMT)
commita4e2249f48b7a86b484e88442416d61c7056c588 (patch)
tree8bd2f64e0744442b67a01cd5dc46b5d43ea3f763
parent3c7e11c034b8646d67380789a827709347f45754 (diff)
parentd8eddf9b84edf30cb95d77e1cfa71636c82689c6 (diff)
downloadhdf5-a4e2249f48b7a86b484e88442416d61c7056c588.zip
hdf5-a4e2249f48b7a86b484e88442416d61c7056c588.tar.gz
hdf5-a4e2249f48b7a86b484e88442416d61c7056c588.tar.bz2
Merge branch 'hpcio/post_open_fix' of https://github.com/derobins/hdf5 into hpcio/post_open_fix
-rw-r--r--test/links.c3
-rw-r--r--test/vds.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/test/links.c b/test/links.c
index 5c05968..6fab848 100644
--- a/test/links.c
+++ b/test/links.c
@@ -22659,7 +22659,8 @@ main(void)
HDputs(" External link tests skipped - not using native VOL connector");
}
else if (HDstrcmp(env_h5_drvr, "splitter") == 0) {
- HDputs(" External link tests skipped - splitter VFD does not currently support external links");
+ HDputs(" External link tests skipped - splitter VFD does not currently support external "
+ "links");
}
else {
/* tests for external link */
diff --git a/test/vds.c b/test/vds.c
index 023e5ac..c280560 100644
--- a/test/vds.c
+++ b/test/vds.c
@@ -12288,8 +12288,8 @@ main(void)
hid_t src_fapl = -1; /* File access property list */
int test_api_config;
unsigned bit_config;
- H5F_libver_t low, high; /* Low and high bounds */
- hbool_t is_native; /* Whether native VOL connector is being used */
+ H5F_libver_t low, high; /* Low and high bounds */
+ hbool_t is_native; /* Whether native VOL connector is being used */
const char * env_h5_drvr; /* File Driver value from environment */
int nerrors = 0;