diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-28 03:16:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-28 03:16:31 (GMT) |
commit | 4c7a64cc7381fe1ad8620c4def738bd7691ef490 (patch) | |
tree | 29728385399568496aafa7df537fb776aa539939 | |
parent | 8df0288b6d08d163b6c7ab010ba93b72ec346462 (diff) | |
download | hdf5-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
-rw-r--r-- | test/tmisc.c | 1 |
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); } |