diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-28 03:16:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-28 03:16:34 (GMT) |
commit | d9235366bb08ae9decd6f7b9d09fd7607e988fb4 (patch) | |
tree | e45b241c25e9d20210cdb4177b86ce9c2a6237e3 /test/tmisc.c | |
parent | 33cf994614492333c66ffe7e4b3cdd2c2f1eda88 (diff) | |
download | hdf5-d9235366bb08ae9decd6f7b9d09fd7607e988fb4.zip hdf5-d9235366bb08ae9decd6f7b9d09fd7607e988fb4.tar.gz hdf5-d9235366bb08ae9decd6f7b9d09fd7607e988fb4.tar.bz2 |
[svn-r8961] 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 00153c7..48137df 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -3519,4 +3519,5 @@ cleanup_misc(void) HDremove(MISC18_FILE); HDremove(MISC19_FILE); HDremove(MISC20_FILE); + HDremove(MISC21_FILE); } |