summaryrefslogtreecommitdiffstats
path: root/test/mount.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-01-23 16:19:32 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-01-23 16:19:32 (GMT)
commitf83826852bc9d1ef530c4d292279396fce77d626 (patch)
tree41b05d032d5e870d86bdc12b1cc5fdf616c3b3ce /test/mount.c
parentac110a86033f8b7a20bba53ea7ddb17b738fce51 (diff)
downloadhdf5-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/mount.c')
-rw-r--r--test/mount.c2
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;