From c9110215e30e013205b09fd8a450e3ccead6bd4b Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 9 May 2019 16:08:11 +0200 Subject: [PATCH] Fix typo. --- tests/apps_startstop/kde/kcalc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {