summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/chamelium.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/chamelium.c b/tests/chamelium.c
index dc631161..2e14ccb9 100644
--- a/tests/chamelium.c
+++ b/tests/chamelium.c
@@ -747,4 +747,8 @@ igt_main
connector_subtest("vga-hpd-without-ddc", VGA)
test_hpd_without_ddc(&data, port);
}
+
+ igt_fixture {
+ close(data.drm_fd);
+ }
}