summaryrefslogtreecommitdiffstats
path: root/utils/test/swmr_check_compat_vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/swmr_check_compat_vfd.c')
-rw-r--r--utils/test/swmr_check_compat_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/swmr_check_compat_vfd.c b/utils/test/swmr_check_compat_vfd.c
index 765ebd9..b5cfb1b 100644
--- a/utils/test/swmr_check_compat_vfd.c
+++ b/utils/test/swmr_check_compat_vfd.c
@@ -42,7 +42,7 @@ main(void)
{
char *driver = NULL;
- driver = HDgetenv(HDF5_DRIVER);
+ driver = getenv(HDF5_DRIVER);
if (H5FD__supports_swmr_test(driver))
return EXIT_SUCCESS;