diff --git a/tests/apps_startstop/kde/kcalc.pm b/tests/apps_startstop/kde/kcalc.pm index f46d92fd..e4c5dd02 100644 --- a/tests/apps_startstop/kde/kcalc.pm +++ b/tests/apps_startstop/kde/kcalc.pm @@ -10,7 +10,7 @@ sub run { my $mode = get_var('MODE'); # Start the application - if ($mode eq '[ast') { + if ($mode eq 'fast') { start_with_command 'kcalc'; } else {