From 4ea5129312506680e7d2bc698fb2de4082a5a07d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Mar 2017 15:09:25 -0700 Subject: [PATCH] Goddamnit, perl, and your goddamn brackets --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index c9ebae04..5f390c86 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -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