diff options
Diffstat (limited to 'test/mount.c')
-rw-r--r-- | test/mount.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/mount.c b/test/mount.c index b7180fa..438cf10 100644 --- a/test/mount.c +++ b/test/mount.c @@ -1504,7 +1504,6 @@ test_mount_after_unmount(hid_t fapl) if(H5Fclose(fid4) < 0) TEST_ERROR - /* Beginning of the actual test code */ /* @@ -2691,7 +2690,7 @@ test_acc_perm(hid_t fapl) if((gidAMZ = H5Gcreate2(fid1, "/A/M/Z", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR - /* Get and verify file name */ + /* get and verify file name */ if(H5Fget_name(gidAMZ, name, NAME_BUF_SIZE) < 0) TEST_ERROR if(HDstrcmp(name, filename3) != 0) @@ -4286,7 +4285,6 @@ test_multisharedclose(hid_t fapl) if (H5Idec_ref(fid2) < 0) TEST_ERROR if (H5Idec_ref(fid1) < 0) TEST_ERROR - /* Open master and child 2 and mount child 2 to master */ if ((fid1 = H5Fopen(filename4, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) TEST_ERROR if ((fid2 = H5Fopen(filename2, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) TEST_ERROR @@ -4312,7 +4310,6 @@ test_multisharedclose(hid_t fapl) if (H5Idec_ref(fid2) < 0) TEST_ERROR if (H5Idec_ref(fid1) < 0) TEST_ERROR - /* Close gid1. This will close child 1. */ if (H5Idec_ref(gid1) < 0) TEST_ERROR |