diff options
Diffstat (limited to 'test/onion.c')
-rw-r--r-- | test/onion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/onion.c b/test/onion.c index bbbcaf5..a2bdda3 100644 --- a/test/onion.c +++ b/test/onion.c @@ -4918,7 +4918,7 @@ main(void) /* The onion VFD only supports the sec2 VFD under the hood, so skip this * test when the environment variable has been set to something else */ - env_h5_drvr = HDgetenv(HDF5_DRIVER); + env_h5_drvr = getenv(HDF5_DRIVER); if (env_h5_drvr == NULL) env_h5_drvr = "nomatch"; if ((0 != strcmp(env_h5_drvr, "nomatch")) && (0 != strcmp(env_h5_drvr, "sec2"))) { |