[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
This commit is contained in:
Dana Robinson 2016-01-04 16:12:14 -05:00
parent cdc21e0cb2
commit 1cbc72e1ef

View File

@ -3715,5 +3715,7 @@ cleanup_file(void)
HDremove(FILE3);
HDremove(FILE4);
HDremove(FILE5);
HDremove(FILE6);
HDremove(FILE7);
}