summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-19 21:19:20 (GMT)
committerGitHub <noreply@github.com>2022-07-19 21:19:20 (GMT)
commit6eaa59d2f83a89e9b4808f04caa48d313e658df1 (patch)
treec58369036d580d2156851c950d3a872358560af8
parentf6997681335f0b5fe2e8904f9108a71c5200fb2d (diff)
downloadhdf5-6eaa59d2f83a89e9b4808f04caa48d313e658df1.zip
hdf5-6eaa59d2f83a89e9b4808f04caa48d313e658df1.tar.gz
hdf5-6eaa59d2f83a89e9b4808f04caa48d313e658df1.tar.bz2
revert incorrect merge (#1912)
-rw-r--r--test/h5test.c2
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 */
}