diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-20 02:28:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-20 02:28:52 (GMT) |
commit | 101fa7af8ebe26ad015b64d3b881df8a9124ccc2 (patch) | |
tree | 5fdb1f02dd14a502cffa330b69c0b87a9fc68e2f /test/links.c | |
parent | 4a42b04e592d35d38f1a390a2e56464f7dfc313e (diff) | |
download | hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.zip hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.tar.gz hdf5-101fa7af8ebe26ad015b64d3b881df8a9124ccc2.tar.bz2 |
Cleanups and normalizations against incoming page_buffering changes.
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/links.c b/test/links.c index 182eb6c..d5a3b83 100644 --- a/test/links.c +++ b/test/links.c @@ -820,7 +820,7 @@ long_links(hid_t fapl, hbool_t new_format) static int toomany(hid_t fapl, hbool_t new_format) { - hid_t fid = (-1); /* File ID */ + hid_t fid = (-1); /* File ID */ hid_t gid = (-1), gid2 = (-1); /* Group IDs */ char objname[NAME_BUF_SIZE]; /* Object name */ char filename[NAME_BUF_SIZE]; @@ -2623,7 +2623,6 @@ external_link_toomany(hid_t fapl, hbool_t new_format) /* Close first file */ if(H5Fclose(fid) < 0) TEST_ERROR - PASSED(); return 0; |