summaryrefslogtreecommitdiffstats
path: root/test/fillval.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-01-29 19:08:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-01-29 19:08:17 (GMT)
commit6d2a73d49f9010b5b4aabe72d771603863d41099 (patch)
tree6c40b53b91708c53a16eaf3d6602b92f57f7b31c /test/fillval.c
parentb3731e34096a2cc0d387db9ac0bb0a6a4808f652 (diff)
downloadhdf5-6d2a73d49f9010b5b4aabe72d771603863d41099.zip
hdf5-6d2a73d49f9010b5b4aabe72d771603863d41099.tar.gz
hdf5-6d2a73d49f9010b5b4aabe72d771603863d41099.tar.bz2
[svn-r16374] Description:
Bring r16372 back from trunk: 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;