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