Goddamnit, perl, and your goddamn brackets
This commit is contained in:
parent
4f014d4f11
commit
4ea5129312
@ -60,7 +60,7 @@ sub run {
|
||||
# wait out animation
|
||||
sleep 3;
|
||||
my $user_login = get_var("USER_LOGIN") || "test";
|
||||
unless $user_login eq 'false' {
|
||||
unless ($user_login eq 'false') {
|
||||
assert_and_click "anaconda_install_user_creation";
|
||||
assert_screen "anaconda_install_user_creation_screen";
|
||||
# wait out animation
|
||||
|
Loading…
Reference in New Issue
Block a user