diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-01-23 16:19:32 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-01-23 16:19:32 (GMT) |
commit | f83826852bc9d1ef530c4d292279396fce77d626 (patch) | |
tree | 41b05d032d5e870d86bdc12b1cc5fdf616c3b3ce /test | |
parent | ac110a86033f8b7a20bba53ea7ddb17b738fce51 (diff) | |
download | hdf5-f83826852bc9d1ef530c4d292279396fce77d626.zip hdf5-f83826852bc9d1ef530c4d292279396fce77d626.tar.gz hdf5-f83826852bc9d1ef530c4d292279396fce77d626.tar.bz2 |
[svn-r13180] Comment out the whole test when MULTI driver is used. It caused some problem on copper. Will enter a bug report for it and leave it for future debugging.
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; |