summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-28 03:16:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-28 03:16:31 (GMT)
commit4c7a64cc7381fe1ad8620c4def738bd7691ef490 (patch)
tree29728385399568496aafa7df537fb776aa539939 /test/tmisc.c
parent8df0288b6d08d163b6c7ab010ba93b72ec346462 (diff)
downloadhdf5-4c7a64cc7381fe1ad8620c4def738bd7691ef490.zip
hdf5-4c7a64cc7381fe1ad8620c4def738bd7691ef490.tar.gz
hdf5-4c7a64cc7381fe1ad8620c4def738bd7691ef490.tar.bz2
[svn-r8960] Purpose:
Bug fix Description: Clean up new testfile from earlier checkin. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index b949c5b..bb528ae 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -3628,4 +3628,5 @@ cleanup_misc(void)
HDremove(MISC18_FILE);
HDremove(MISC19_FILE);
HDremove(MISC20_FILE);
+ HDremove(MISC21_FILE);
}