Skip to content

Commit bb532da

Browse files
committed
Remove temporary zone file generated by test
1 parent 67fac0e commit bb532da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bounds.c

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-License-Identifier: BSD-3-Clause
77
*
88
*/
9+
#include <stdio.h>
910
#include <stdarg.h>
1011
#include <setjmp.h>
1112
#include <string.h>
@@ -238,6 +239,7 @@ void contiguous_on_buffer_boundary(void **state)
238239
(void)fclose(handle);
239240
size_t count = 0;
240241
int32_t code = zone_parse(&parser, &options, &buffers, path, &count);
242+
remove(path);
241243
assert_int_equal(code, ZONE_SUCCESS);
242244
assert_int_equal(count, 3);
243245
free(path);

0 commit comments

Comments
 (0)