1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 08:47:22 +00:00

Drop a now-unnecessary release number conditional in a check

We're never testing a release lower than 34 again.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-16 16:05:15 -07:00
parent a22d3b28b6
commit 381e3e3561

View File

@ -5,7 +5,7 @@ use utils;
sub run { sub run {
my $relnum = get_release_number; my $relnum = get_release_number;
if (get_var("LANGUAGE") eq 'japanese' && $relnum > 33) { if (get_var("LANGUAGE") eq 'japanese') {
# give GNOME a minute to settle # give GNOME a minute to settle
wait_still_screen 5; wait_still_screen 5;
# since g-i-s new user mode was dropped and the replacement # since g-i-s new user mode was dropped and the replacement