From f83826852bc9d1ef530c4d292279396fce77d626 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Tue, 23 Jan 2007 11:19:32 -0500 Subject: [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. --- test/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12