diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mount.c b/test/mount.c index fa984a0..a35152f 100644 --- a/test/mount.c +++ b/test/mount.c @@ -3828,7 +3828,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")) { h5_reset(); fapl = h5_fileaccess(); if (setup(fapl)<0) goto error; |