vncserver: no xstartup overwrite confirmation if it doesn't exist

This commit is contained in:
Dmitry Maksyoma
2021-09-15 18:01:47 +12:00
parent ec948ab20f
commit 9faf87389f
2 changed files with 5 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ with description('vncserver') as self:
with it('asks user to select a DE on the first run'):
add_kasmvnc_user_docker()
completed_process = run_cmd(vncserver_cmd, input="1\ny\n")
completed_process = run_cmd(vncserver_cmd, input="1\n")
expect(completed_process.returncode).to(equal(0))
check_de_was_setup_to_run('cinnamon')