diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-06-13 13:25:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 13:25:23 (GMT) |
commit | 65ee1ec5492b58dd26cac3c90a4b6a87b6ad65a0 (patch) | |
tree | e0ad5ad6858d769ce80bd0a510a5a58dfa8c2987 | |
parent | 2a147be72f29bbe5077bdb7b21b74fc5d24f1b44 (diff) | |
download | hdf5-65ee1ec5492b58dd26cac3c90a4b6a87b6ad65a0.zip hdf5-65ee1ec5492b58dd26cac3c90a4b6a87b6ad65a0.tar.gz hdf5-65ee1ec5492b58dd26cac3c90a4b6a87b6ad65a0.tar.bz2 |
revert format of parallel getenv parameter (#1808)
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 870a64b..0a7f2fd 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -633,7 +633,7 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix, char *fu */ if (isppdriver) { #ifdef H5_HAVE_PARALLEL - if (getenv_all(MPI_COMM_WORLD, 0, HDF5_NOCLEANUP)) + if (getenv_all(MPI_COMM_WORLD, 0, "HDF5_NOCLEANUP")) SetTestNoCleanup(); #endif /* H5_HAVE_PARALLEL */ } |