diff options
Diffstat (limited to 'test/reserved.c')
-rwxr-xr-x | test/reserved.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/reserved.c b/test/reserved.c index 58b5a87..d7b7299 100755 --- a/test/reserved.c +++ b/test/reserved.c @@ -437,6 +437,7 @@ main(void) envval = HDgetenv("HDF5_DRIVER"); if (envval == NULL) envval = "nomatch"; +/* QAK: should be able to use the core driver? */ if (HDstrcmp(envval, "core") && HDstrcmp(envval, "split") && HDstrcmp(envval, "multi") && HDstrcmp(envval, "family")) { num_errs+=rsrv_ohdr(); num_errs+=rsrv_heap(); |