From 13f5fce51b3644e24a8bd8b86b80c91e8af7ac13 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 21 Apr 2023 11:26:53 +0200 Subject: tests: clean-up created file --- tests/unit/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/util.c') diff --git a/tests/unit/util.c b/tests/unit/util.c index b2f89e4..f552ea2 100644 --- a/tests/unit/util.c +++ b/tests/unit/util.c @@ -219,4 +219,5 @@ void teardown() { if (at != NULL) munmap(at, sizeof(struct args_target)); + unlink(path); } -- cgit v1.2.3