summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repacktst.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-09-29 14:27:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-09-29 14:27:44 (GMT)
commita8855acaf4d1aedaa415725d3f5af765417e20fd (patch)
tree36e52b5208301c1c3f3c033bda0c91d49d144197 /tools/h5repack/h5repacktst.c
parent98bb953191341c1fb54ddae6408643d9954f49ec (diff)
downloadhdf5-a8855acaf4d1aedaa415725d3f5af765417e20fd.zip
hdf5-a8855acaf4d1aedaa415725d3f5af765417e20fd.tar.gz
hdf5-a8855acaf4d1aedaa415725d3f5af765417e20fd.tar.bz2
revert merge change to cleanup files
Diffstat (limited to 'tools/h5repack/h5repacktst.c')
-rw-r--r--tools/h5repack/h5repacktst.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c
index d0b182c..0d43576 100644
--- a/tools/h5repack/h5repacktst.c
+++ b/tools/h5repack/h5repacktst.c
@@ -1536,8 +1536,10 @@ int main (void)
{
hid_t fapl;
+ /* setup */
+ h5_reset();
fapl = h5_fileaccess();
- h5_clean_files(H5REPACK_FILENAMES, fapl);
+ h5_cleanup(H5REPACK_FILENAMES, fapl);
}