Use enter_cmd
All checks were successful
CI via Tox and perl / tox (pull_request) Successful in 2m39s
CI via Tox and perl / perl (pull_request) Successful in 5m0s
CI via Tox and perl / checkwiki (pull_request) Successful in 1m5s

This commit is contained in:
Lukáš Růžička 2026-04-29 11:09:01 +02:00
commit 6fd979edaa

View file

@ -23,7 +23,7 @@ sub run {
assert_script_run("userdel -r $username");
# Reboot the system to trigger GNOME initial setup
type_string("reboot\n");
enter_cmd("reboot");
}
sub test_flags {