summaryrefslogtreecommitdiffstats
path: root/test/reserved.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/reserved.c')
-rw-r--r--test/reserved.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reserved.c b/test/reserved.c
index 6e41a16..f864329 100644
--- a/test/reserved.c
+++ b/test/reserved.c
@@ -489,7 +489,7 @@ main(void)
hid_t fapl;
const char *envval = NULL;
- envval = HDgetenv("HDF5_DRIVER");
+ envval = HDgetenv(HDF5_DRIVER);
if (envval == NULL)
envval = "nomatch";
/* QAK: should be able to use the core driver? */