summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2017-02-20 04:33:22 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2017-02-20 04:33:22 (GMT)
commit2c2fb928daa8fa82930f78d00f9ee0dcad70d35a (patch)
tree5fdb1f02dd14a502cffa330b69c0b87a9fc68e2f /test/links.c
parent7e4b64bd834c95fee396aabc2cb73227f7baf873 (diff)
parent101fa7af8ebe26ad015b64d3b881df8a9124ccc2 (diff)
downloadhdf5-2c2fb928daa8fa82930f78d00f9ee0dcad70d35a.zip
hdf5-2c2fb928daa8fa82930f78d00f9ee0dcad70d35a.tar.gz
hdf5-2c2fb928daa8fa82930f78d00f9ee0dcad70d35a.tar.bz2
Merge pull request #302 in HDFFV/hdf5 from merge_page_buffering_02 to develop
* commit '101fa7af8ebe26ad015b64d3b881df8a9124ccc2': Cleanups and normalizations against incoming page_buffering changes. Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE Misc. style cleanups from the page_buffering branch.
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c3
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;