summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_ioctl.c b/tests/test_ioctl.c
index d365641..86734cf 100644
--- a/tests/test_ioctl.c
+++ b/tests/test_ioctl.c
@@ -85,6 +85,8 @@ static void test_swrap_ioctl_sock(void **state)
assert_int_not_equal(grp, -127);
#endif
+
+ close(fd);
}
int main(void) {