From 3147e5c5b7d463f5d1da35ca218dd4999fba4a40 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 5 Oct 2010 15:54:23 +0300 Subject: [PATCH] Changes: Fixed a typo in theming test --- tests/TestScripts/tc_theming.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestScripts/tc_theming.rb b/tests/TestScripts/tc_theming.rb index d11a18e..d74a5fa 100755 --- a/tests/TestScripts/tc_theming.rb +++ b/tests/TestScripts/tc_theming.rb @@ -86,7 +86,7 @@ class TC_Theming < Test::Unit::TestCase system("pkill #{app_name}") - system("su - user -c #{appname}") + system("su - user -c #{app_name}") sleep(5) #pid = `pgrep -n #{app_name}`