diff options
Diffstat (limited to 'testpar/t_pflush2.c')
-rw-r--r-- | testpar/t_pflush2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c index ea544f9..95ad125 100644 --- a/testpar/t_pflush2.c +++ b/testpar/t_pflush2.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) TESTING("H5Fflush (part2 with flush)"); /* Don't run using the split VFD */ - envval = HDgetenv(HDF5_DRIVER); + envval = getenv(HDF5_DRIVER); if (envval == NULL) envval = "nomatch"; |