summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-06-22 20:05:17 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-06-22 20:05:17 (GMT)
commit4df63636e3f25047798030545ab65fa0f91e81be (patch)
treeea539d9a44ebc800b81b59fc6f185ec2c46c517f /test/vfd.c
parent396a022ec0f2583c08ec703d7c26f00aba326aea (diff)
downloadhdf5-4df63636e3f25047798030545ab65fa0f91e81be.zip
hdf5-4df63636e3f25047798030545ab65fa0f91e81be.tar.gz
hdf5-4df63636e3f25047798030545ab65fa0f91e81be.tar.bz2
[svn-r21017] This is a follow-up checkin for r21015 (bug fix for Issue 2598). I added two minor changes: 1. put the output file for
vfd.c test in the list for cleanup in Makefile.am; 2. put the data file in the list in CMakeLists.txt. Tested on jam - simple change.
Diffstat (limited to 'test/vfd.c')
-rw-r--r--test/vfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vfd.c b/test/vfd.c
index 8f88681..46e38bc 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -1277,6 +1277,7 @@ test_multi_compat(void)
if(H5Fclose(file) < 0)
TEST_ERROR;
+ h5_cleanup(FILENAME, fapl);
PASSED();
return 0;