aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/util.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-04-21 11:26:53 +0200
committerAlice Frosi <afrosi@redhat.com>2023-04-21 11:26:53 +0200
commit13f5fce51b3644e24a8bd8b86b80c91e8af7ac13 (patch)
treeca01ea44c99044f4c406c06fb38d245153100c8d /tests/unit/util.c
parent128f6d770844feb2369a5801454659caf64f6db7 (diff)
downloadseitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar.gz
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar.bz2
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar.lz
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar.xz
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.tar.zst
seitan-13f5fce51b3644e24a8bd8b86b80c91e8af7ac13.zip
tests: clean-up created file
Diffstat (limited to 'tests/unit/util.c')
-rw-r--r--tests/unit/util.c1
1 files changed, 1 insertions, 0 deletions
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);
}