summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c
index b04e0f3..1fa84b5 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -624,6 +624,6 @@ main(int argc, char *argv[])
}
printf("All i-store tests passed.\n");
- h5_cleanup(fapl);
+ h5_cleanup(FILENAME, fapl);
return 0;
}