From bfab9f9a42fc44781a098531a5145f037035b104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Tue, 5 Nov 2019 14:51:16 +0100 Subject: [PATCH] Find exceptions. --- tests/windows_install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/windows_install.pm b/tests/windows_install.pm index 3ce77b14..f8a4c30b 100644 --- a/tests/windows_install.pm +++ b/tests/windows_install.pm @@ -37,7 +37,7 @@ sub run { # If no internet is detected, deal with no internet else connect # to a local domain. - my $counter = 0 + my $counter = 0; while (!checkscreen("win_setup_no_internet") or !checkscreen("win_setup_local_account")) { sleep 10; $counter += 1;