mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Bring over tweak for missing environment variable.
This commit is contained in:
parent
104253575d
commit
fc482f126f
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user