From 58049cceaa7213b2945cc7848de7b1155ef6a909 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 12 Nov 2007 09:48:48 -0500 Subject: [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. --- test/external.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/external.c b/test/external.c index e1c5da7..769cd16 100644 --- a/test/external.c +++ b/test/external.c @@ -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) -- cgit v0.12