diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-08-03 17:58:06 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-08-03 17:58:06 (GMT) |
commit | 59e9037d38a7c9934f9c6ae7f89320ca8f359443 (patch) | |
tree | 55bcafc2b2dcd96ad88f580d1eedc7501e930195 /test/links.c | |
parent | fb4711f6ddcfc31b9db9b223759c0300223ab020 (diff) | |
download | hdf5-59e9037d38a7c9934f9c6ae7f89320ca8f359443.zip hdf5-59e9037d38a7c9934f9c6ae7f89320ca8f359443.tar.gz hdf5-59e9037d38a7c9934f9c6ae7f89320ca8f359443.tar.bz2 |
[svn-r12530] Skipped objcopy and links tests when certain file drivers are used.
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index 68954ca..27449c8 100644 --- a/test/links.c +++ b/test/links.c @@ -4714,7 +4714,7 @@ main(void) envval = HDgetenv("HDF5_DRIVER"); if (envval == NULL) envval = "nomatch"; - if (HDstrcmp(envval, "core") && HDstrcmp(envval, "split")) { + if (HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "multi") && HDstrcmp(envval, "family")) { h5_reset(); fapl = h5_fileaccess(); /* The tests... */ |