diff options
Diffstat (limited to 'test/th5o.c')
-rw-r--r-- | test/th5o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5o.c b/test/th5o.c index b2d0357..ebb6c6e 100644 --- a/test/th5o.c +++ b/test/th5o.c @@ -1806,5 +1806,5 @@ test_h5o(void) void cleanup_h5o(void) { - remove(TEST_FILENAME); + HDremove(TEST_FILENAME); } |