diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_vt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_vt.c b/tests/test_vt.c index dd6ee67..25ffe5e 100644 --- a/tests/test_vt.c +++ b/tests/test_vt.c @@ -116,7 +116,8 @@ int main(int argc, char **argv) if (ret) goto err_vtm; - ret = uterm_vt_allocate(vtm, &vt, "seat0", input, vtpath, NULL, NULL); + ret = uterm_vt_allocate(vtm, &vt, UTERM_VT_FAKE | UTERM_VT_REAL, + "seat0", input, vtpath, NULL, NULL); if (ret) goto err_input; |