From fc482f126f1e523e6df9e02050bab0742d016697 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sun, 18 Dec 2016 00:59:36 -0800 Subject: Bring over tweak for missing environment variable. --- test/dsets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v0.12