diff options
Diffstat (limited to 'test/unlink.c')
-rw-r--r-- | test/unlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unlink.c b/test/unlink.c index ca66c74..84802b3 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -321,7 +321,7 @@ main(void) exit(1); } puts("All unlink tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: return 1; |