Fix name
Some checks failed
CI via Tox and perl / tox (pull_request) Has been cancelled
CI via Tox and perl / perl (pull_request) Has been cancelled
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-28 23:17:57 +02:00
commit 9094448f09

View file

@ -67,7 +67,7 @@ sub run {
}
# Check that the time zone has been set to Bratislave, Europe
validate_screen_output("timedatectl show -p Timezone --value", sub { /Europe\/Bratislava/ }, timeout => 60);
validate_script_output("timedatectl show -p Timezone --value", sub { /Europe\/Bratislava/ }, timeout => 60);
assert_script_run(q{readlink -f /etc/localtime | grep -x '/usr/share/zoneinfo/Europe/Bratislava'});
# Check that user exists and that a correct password is set.