summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cache_logging.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c
index 8b1afdb..a5e399c 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -134,8 +134,6 @@ test_logging_api(void)
/* Clean up */
if(H5Fclose(fid) < 0)
TEST_ERROR;
- if(HDremove(filename) != 0)
- TEST_ERROR;
PASSED();
return 0;