summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fillval.c')
-rw-r--r--test/fillval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fillval.c b/test/fillval.c
index 28fa576..f5f9700 100644
--- a/test/fillval.c
+++ b/test/fillval.c
@@ -736,7 +736,7 @@ main(int argc, char *argv[])
if (nerrors) goto error;
puts("All fill value tests passed.");
- if (h5_cleanup(fapl)) remove(FILE_NAME_RAW);
+ if (h5_cleanup(FILENAME, fapl)) remove(FILE_NAME_RAW);
return 0;
error: