summaryrefslogtreecommitdiffstats
path: root/test/external.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-11-12 14:48:48 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-11-12 14:48:48 (GMT)
commit58049cceaa7213b2945cc7848de7b1155ef6a909 (patch)
tree115cb8abb4d63b0d391ca7175ba19835b1c6bf1e /test/external.c
parent5901271ee7f3d52912c010f5ed22a61d16984f92 (diff)
downloadhdf5-58049cceaa7213b2945cc7848de7b1155ef6a909.zip
hdf5-58049cceaa7213b2945cc7848de7b1155ef6a909.tar.gz
hdf5-58049cceaa7213b2945cc7848de7b1155ef6a909.tar.bz2
[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.
Diffstat (limited to 'test/external.c')
-rw-r--r--test/external.c2
1 files changed, 1 insertions, 1 deletions
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)