Fix the check from the last commit

D'oh.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-05-22 15:27:59 -07:00
parent e1ffd8aabd
commit 66917e791d

View File

@ -62,7 +62,7 @@ sub run {
send_key "ret"; send_key "ret";
wait_still_screen 5; wait_still_screen 5;
# from Rawhide-20190503.n.0 (F31) onwards, 'use password' is default # from Rawhide-20190503.n.0 (F31) onwards, 'use password' is default
if (get_release_number() > 30) { if (get_release_number() < 31) {
# typing "4\n" on abrt screen causes system to reboot, so be careful # typing "4\n" on abrt screen causes system to reboot, so be careful
run_with_error_check(sub {type_string "4\n"}, "anaconda_text_error"); # use password run_with_error_check(sub {type_string "4\n"}, "anaconda_text_error"); # use password
} }