From 60ceeb469e6f44b7a4433e0190b287be99174c7e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 May 2016 16:16:28 -0700 Subject: [PATCH] whoops, fix install_done I broke everything in an unreviewed commit! Go me. --- 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 d7f8eda5..1256b55f 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -54,7 +54,7 @@ sub run { if (lc(get_var('VERSION')) eq "rawhide") { $timeout = 2400; } - assert_screen "anaconda_install_done", '', $timeout; + assert_screen "anaconda_install_done", $timeout; # wait for transition to complete so we don't click in the sidebar wait_still_screen 3; assert_and_click "anaconda_install_done";