Skip to content

Commit

Permalink
Remove temporary zone file generated by test
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Jul 17, 2024
1 parent f66f867 commit 9a4f38e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bounds.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#include <stdio.h>
#include <stdarg.h>
#include <setjmp.h>
#include <string.h>
Expand Down Expand Up @@ -238,6 +239,7 @@ void contiguous_on_buffer_boundary(void **state)
(void)fclose(handle);
size_t count = 0;
int32_t code = zone_parse(&parser, &options, &buffers, path, &count);
remove(path);
assert_int_equal(code, ZONE_SUCCESS);
assert_int_equal(count, 3);
free(path);
Expand Down

0 comments on commit 9a4f38e

Please sign in to comment.