[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:
Raymond Lu 2007-11-12 09:48:48 -05:00
parent 5901271ee7
commit 58049cceaa

View File

@ -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)