summaryrefslogtreecommitdiffstats
path: root/test/API/tselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/API/tselect.c')
-rw-r--r--test/API/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/API/tselect.c b/test/API/tselect.c
index befa360..17da4c6 100644
--- a/test/API/tselect.c
+++ b/test/API/tselect.c
@@ -16093,7 +16093,7 @@ test_select(void)
MESSAGE(5, ("Testing Selections\n"));
/* Get the VFD to use */
- env_h5_drvr = HDgetenv(HDF5_DRIVER);
+ env_h5_drvr = getenv(HDF5_DRIVER);
if (env_h5_drvr == NULL)
env_h5_drvr = "nomatch";