summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_output.c b/tests/test_output.c
index 66417a0..20d8022 100644
--- a/tests/test_output.c
+++ b/tests/test_output.c
@@ -182,7 +182,7 @@ int main(int argc, char **argv)
goto err_fail;
log_notice("Creating video object...");
- ret = uterm_video_new(&video, UTERM_VIDEO_DRM, eloop);
+ ret = uterm_video_new(&video, eloop, UTERM_VIDEO_DRM, "/dev/dri/card0");
if (ret)
goto err_exit;