diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-29 19:23:42 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-10-29 19:23:42 (GMT) |
commit | 5b3fbdb542e3f221df92fdce89d1c8bc49da9f74 (patch) | |
tree | 62e90dfab5eb8dc310b765606f8d18ca86ac35bf | |
parent | c65c53afcbc09f3fe074052f63833b4332f02968 (diff) | |
download | hdf5-5b3fbdb542e3f221df92fdce89d1c8bc49da9f74.zip hdf5-5b3fbdb542e3f221df92fdce89d1c8bc49da9f74.tar.gz hdf5-5b3fbdb542e3f221df92fdce89d1c8bc49da9f74.tar.bz2 |
[svn-r21691] Removed extra "file_close" test since it is already
in fortranlib_test.f90. I think it was causing the
make check -j8 race condition failures in daily tests.
Tested jam (gfortran, intel)
-rw-r--r-- | fortran/test/fortranlib_test_F03.f90 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fortran/test/fortranlib_test_F03.f90 b/fortran/test/fortranlib_test_F03.f90 index 1e58616..1b69f7f 100644 --- a/fortran/test/fortranlib_test_F03.f90 +++ b/fortran/test/fortranlib_test_F03.f90 @@ -121,14 +121,6 @@ PROGRAM fortranlibtest_F03 CALL write_test_status(ret_total_error, & ' Testing filling functions', & total_error) -!DEC$ if defined(H5_VMS) - GOTO 8 -!DEC$ else - ret_total_error = 0 - CALL file_close(cleanup, ret_total_error) - CALL write_test_status(ret_total_error, ' File open/close test', total_error) -!DEC$ endif -8 CONTINUE ret_total_error = 0 CALL test_h5kind_to_type(total_error) |