summaryrefslogtreecommitdiffstats
path: root/test/btree2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-10-13 17:16:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-10-13 17:16:07 (GMT)
commit2374bb1012dd1d1233a3d1f5b807460cece72b0f (patch)
tree1d27b218ef63de3c60d94e7cdb0caa6d73bd784b /test/btree2.c
parent7ff0e2eacdbd4fe003b0f1bf79ba3f446c2ee986 (diff)
downloadhdf5-2374bb1012dd1d1233a3d1f5b807460cece72b0f.zip
hdf5-2374bb1012dd1d1233a3d1f5b807460cece72b0f.tar.gz
hdf5-2374bb1012dd1d1233a3d1f5b807460cece72b0f.tar.bz2
[svn-r12759] Description:
Fix errors with check-vfd and recent modifications to tests. Tested on: Linux/64 2.4 (mir) w/check-vfd
Diffstat (limited to 'test/btree2.c')
-rw-r--r--test/btree2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/btree2.c b/test/btree2.c
index 70f389d..c1fb7e9 100644
--- a/test/btree2.c
+++ b/test/btree2.c
@@ -7176,9 +7176,9 @@ main(void)
const char *envval = NULL;
envval = HDgetenv("HDF5_DRIVER");
- if (envval == NULL)
+ if(envval == NULL)
envval = "nomatch";
- if (HDstrcmp(envval, "split") && HDstrcmp(envval, "family")) {
+ if(HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "family")) {
/* Reset library */
h5_reset();
fapl = h5_fileaccess();