mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r14252] Minor change: the test for opening external link twice doesn't work with FAMILY driver.
Skip the test if it is. Tested on kagiso.
This commit is contained in:
parent
5901271ee7
commit
58049cceaa
@ -851,7 +851,7 @@ test_4 (hid_t fapl)
|
||||
envval = HDgetenv("HDF5_DRIVER");
|
||||
if (envval == NULL)
|
||||
envval = "nomatch";
|
||||
if (HDstrcmp(envval, "multi")) {
|
||||
if (HDstrcmp(envval, "multi") && HDstrcmp(envval, "family")) {
|
||||
h5_fixname(FILENAME[3], fapl, filename, sizeof filename);
|
||||
|
||||
if((fid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user