aboutsummaryrefslogtreecommitdiff
path: root/cpuidle/cpuidle_01.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cpuidle/cpuidle_01.sh')
-rwxr-xr-xcpuidle/cpuidle_01.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpuidle/cpuidle_01.sh b/cpuidle/cpuidle_01.sh
index 8aa62c2..777cc34 100755
--- a/cpuidle/cpuidle_01.sh
+++ b/cpuidle/cpuidle_01.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# PM-QA validation test suite for the power management on Linux
#
@@ -25,7 +25,7 @@
# URL : https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification#cpuidle_01
-source ../include/functions.sh
+. ../include/functions.sh
STATES="desc latency name power time usage"
FILES="current_driver current_governor_ro"