diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-18 08:59:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-18 08:59:36 (GMT) |
commit | fc482f126f1e523e6df9e02050bab0742d016697 (patch) | |
tree | 555a5319c89f3f6a801c5a3fa0823a81ab0071f9 | |
parent | 104253575dcc7e78c9a52e039028a90a2027896a (diff) | |
download | hdf5-fc482f126f1e523e6df9e02050bab0742d016697.zip hdf5-fc482f126f1e523e6df9e02050bab0742d016697.tar.gz hdf5-fc482f126f1e523e6df9e02050bab0742d016697.tar.bz2 |
Bring over tweak for missing environment variable.
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index 31ef88a..d086c58 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -12667,7 +12667,7 @@ main(void) /* Don't run this test using certain file drivers */ envval = HDgetenv("HDF5_DRIVER"); if(envval == NULL) - envval = "nomatch"; + envval = "sec2"; /* Set the random # seed */ HDsrandom((unsigned)HDtime(NULL)); |