diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/stab.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/stab.c b/test/stab.c index c2655a8..cab0b1b 100644 --- a/test/stab.c +++ b/test/stab.c @@ -680,9 +680,6 @@ read_old(void) /* Open copied file */ if((fid = H5Fopen(FILE_OLD_GROUPS_COPY, H5F_ACC_RDWR, H5P_DEFAULT)) < 0) TEST_ERROR - /* Open copied file */ - if((fid = H5Fopen(FILE_OLD_GROUPS_COPY, H5F_ACC_RDWR, H5P_DEFAULT)) < 0) TEST_ERROR - /* Attempt to open "old" group */ if((gid = H5Gopen2(fid, "old", H5P_DEFAULT)) < 0) TEST_ERROR |