summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
-rw-r--r--test/cache_logging.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 100f34f..3a69371 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -209,7 +209,7 @@ set (H5_TESTS
ohdr
stab
gheap
- #cache_logging
+ cache_logging
cork
pool
istore
diff --git a/test/cache_logging.c b/test/cache_logging.c
index 682ff6d..ec9b7b9 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -134,7 +134,7 @@ test_logging_api(void)
/* Clean up */
if(H5Fclose(fid) < 0)
TEST_ERROR;
- if(HDremove(FILE_NAME) != 0)
+ if(HDremove(filename) != 0)
TEST_ERROR;
PASSED();