Fix name
This commit is contained in:
parent
63975be8a1
commit
9094448f09
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue