From 29f9da9331b073f3fd07a79994afb9f49680085b 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, 31 Mar 2020 13:04:50 +0200 Subject: [PATCH] Revert "Prevent the Konqueror test from running on F32 and later." This reverts commit 00b756f0e21fe9e16949542cd9b29d34f173b892. Unfortunately, I made a typo in the script and the fix did not work. I do not want to rebase the master (in order not to break things for everyone) so I am reverting again. Sorry. --- tests/apps_startstop/kde/konqueror.pm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/tests/apps_startstop/kde/konqueror.pm b/tests/apps_startstop/kde/konqueror.pm index fc6fe88e..496c5736 100644 --- a/tests/apps_startstop/kde/konqueror.pm +++ b/tests/apps_startstop/kde/konqueror.pm @@ -7,15 +7,13 @@ use utils; sub run { my $self = shift; - my $version = get_var("VERSION"); - if ($version < 32) || ($version ne "Rawhide") { - # Start the application - menu_launch_type 'konqueror'; - # Check that it is started - assert_screen 'konqueror_runs'; - # Close the application - quit_with_shortcut(); - } + + # Start the application + menu_launch_type 'konqueror'; + # Check that it is started + assert_screen 'konqueror_runs'; + # Close the application + quit_with_shortcut(); } sub test_flags {