From 42e567d4ca54da547d79521ae46e50cb07744dc8 Mon Sep 17 00:00:00 2001 From: Nimika Keshri Date: Thu, 9 Sep 2010 16:22:55 +0300 Subject: [PATCH] Changes: ruby1.8 changed to ruby in the tests scripts RevBy: TrustMe --- tests/TestScripts/tc_theming.rb | 2 +- tests/TestScripts/test-perf.rb | 2 +- tests/TestScripts/ts_prestartapp.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/TestScripts/tc_theming.rb b/tests/TestScripts/tc_theming.rb index 0537ea2..9819ee5 100755 --- a/tests/TestScripts/tc_theming.rb +++ b/tests/TestScripts/tc_theming.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 +#!/usr/bin/ruby # # Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. diff --git a/tests/TestScripts/test-perf.rb b/tests/TestScripts/test-perf.rb index 6d93236..aeefc9a 100755 --- a/tests/TestScripts/test-perf.rb +++ b/tests/TestScripts/test-perf.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 +#!/usr/bin/ruby # Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # Contact: Nokia Corporation (directui@nokia.com) diff --git a/tests/TestScripts/ts_prestartapp.rb b/tests/TestScripts/ts_prestartapp.rb index 35e4302..39445da 100755 --- a/tests/TestScripts/ts_prestartapp.rb +++ b/tests/TestScripts/ts_prestartapp.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 +#!/usr/bin/ruby # # Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved.