Bring over tweak for missing environment variable.

This commit is contained in:
Quincey Koziol 2016-12-18 00:59:36 -08:00
parent 104253575d
commit fc482f126f

View File

@ -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));