diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-04 21:12:14 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-04 21:12:14 (GMT) |
commit | 1cbc72e1ef6d5a0341713b4c7d8b113310a52551 (patch) | |
tree | 176b426c82a06624b3074fec61f930822522a999 | |
parent | cdc21e0cb2d8a987790660b660a56744d54c5bed (diff) | |
download | hdf5-1cbc72e1ef6d5a0341713b4c7d8b113310a52551.zip hdf5-1cbc72e1ef6d5a0341713b4c7d8b113310a52551.tar.gz hdf5-1cbc72e1ef6d5a0341713b4c7d8b113310a52551.tar.bz2 |
[svn-r28792] Added cleanup for new test files to tfile.c.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
-rw-r--r-- | test/tfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tfile.c b/test/tfile.c index c36045b..927ecab 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -3715,5 +3715,7 @@ cleanup_file(void) HDremove(FILE3); HDremove(FILE4); HDremove(FILE5); + HDremove(FILE6); + HDremove(FILE7); } |