summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-12-18 08:59:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-12-18 08:59:36 (GMT)
commitfc482f126f1e523e6df9e02050bab0742d016697 (patch)
tree555a5319c89f3f6a801c5a3fa0823a81ab0071f9 /test/dsets.c
parent104253575dcc7e78c9a52e039028a90a2027896a (diff)
downloadhdf5-fc482f126f1e523e6df9e02050bab0742d016697.zip
hdf5-fc482f126f1e523e6df9e02050bab0742d016697.tar.gz
hdf5-fc482f126f1e523e6df9e02050bab0742d016697.tar.bz2
Bring over tweak for missing environment variable.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
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));