diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-01-29 18:18:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-01-29 18:18:39 (GMT) |
commit | 6416329ef8bfc9e1b3f2a0876cd13b83963b13ef (patch) | |
tree | 86f6d23f6fbf2673f1306a69fa0dc8f0ee3d82db /test/fillval.c | |
parent | b698574fce26e8cf5134ea9268f1bca25baf9a46 (diff) | |
download | hdf5-6416329ef8bfc9e1b3f2a0876cd13b83963b13ef.zip hdf5-6416329ef8bfc9e1b3f2a0876cd13b83963b13ef.tar.gz hdf5-6416329ef8bfc9e1b3f2a0876cd13b83963b13ef.tar.bz2 |
[svn-r16372] Description:
Clean up files produced from set_extent testing.
Tested on:
FreeBSD/32 6.3 (duty)
(too minor to require h5committest)
Diffstat (limited to 'test/fillval.c')
-rw-r--r-- | test/fillval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fillval.c b/test/fillval.c index 00e06ea..5bf5c03 100644 --- a/test/fillval.c +++ b/test/fillval.c @@ -2188,7 +2188,7 @@ main(int argc, char *argv[]) puts("All fill value tests passed."); if(h5_cleanup(FILENAME, fapl)) - remove(FILE_NAME_RAW); + HDremove(FILE_NAME_RAW); return 0; |