test_vt: fix using correct uterm API
This still uses the old VT API which now fails as we added a new parameter. As a side-effect, this test will not work if used on a VT-less system or on a seat without VTs. But we actually don't care, yet, as any other VT-replacement isn't really production-ready, yet. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
efce8e1747
commit
fc913dd238
@ -102,7 +102,7 @@ int main(int argc, char **argv)
|
||||
if (ret)
|
||||
goto err_exit;
|
||||
|
||||
ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, NULL);
|
||||
ret = uterm_vt_allocate(vtm, &vt, NULL, NULL, NULL, NULL);
|
||||
if (ret)
|
||||
goto err_vtm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user