From 1cbc72e1ef6d5a0341713b4c7d8b113310a52551 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 4 Jan 2016 16:12:14 -0500 Subject: [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 --- test/tfile.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- cgit v0.12