summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_crc_basic.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-06 10:45:49 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-06 14:51:14 +0100
commit3e37eb3c6cae56bbd11016102c20a63ce58966da (patch)
treecf143e952c954eebfdb56afccb617b8531a07fe7 /tests/kms_pipe_crc_basic.c
parent5b3edb61528f26c05af20fccc8b44e8e3c5f7861 (diff)
tests: drm_open_any doesn't fail
Or more precisely: It already has an igt_require. So we cant ditch it from tests. Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_pipe_crc_basic.c')
-rw-r--r--tests/kms_pipe_crc_basic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 3bc9eb0e..0e793cdf 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -219,7 +219,6 @@ igt_main
const char *cmd = "pipe A none";
data.drm_fd = drm_open_any();
- igt_require(data.drm_fd >= 0);
igt_set_vt_graphics_mode();