summaryrefslogtreecommitdiffstats
path: root/test/th5o.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/th5o.c')
-rw-r--r--test/th5o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5o.c b/test/th5o.c
index 8885eb4..8b67159 100644
--- a/test/th5o.c
+++ b/test/th5o.c
@@ -1767,5 +1767,5 @@ test_h5o(void)
void
cleanup_h5o(void)
{
- remove(TEST_FILENAME);
+ HDremove(TEST_FILENAME);
}