summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-01-29 18:18:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-01-29 18:18:39 (GMT)
commit6416329ef8bfc9e1b3f2a0876cd13b83963b13ef (patch)
tree86f6d23f6fbf2673f1306a69fa0dc8f0ee3d82db /test/fillval.c
parentb698574fce26e8cf5134ea9268f1bca25baf9a46 (diff)
downloadhdf5-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.c2
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;