summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/overhead.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/overhead.c')
-rw-r--r--tools/test/perform/overhead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c
index 64192ba..c974928 100644
--- a/tools/test/perform/overhead.c
+++ b/tools/test/perform/overhead.c
@@ -119,7 +119,7 @@ usage(const char *prog)
static void
cleanup(void)
{
- if (!getenv("HDF5_NOCLEANUP")) {
+ if (!getenv(HDF5_NOCLEANUP)) {
remove(FILE_NAME_1);
}
}