diff options
Diffstat (limited to 'test/mount.c')
-rw-r--r-- | test/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mount.c b/test/mount.c index e5887a0..de06d65 100644 --- a/test/mount.c +++ b/test/mount.c @@ -1051,7 +1051,7 @@ main(void) if (nerrors) goto error; puts("All mount tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |