aboutsummaryrefslogtreecommitdiff
path: root/suspend/suspend_04.sh
diff options
context:
space:
mode:
Diffstat (limited to 'suspend/suspend_04.sh')
-rwxr-xr-xsuspend/suspend_04.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/suspend/suspend_04.sh b/suspend/suspend_04.sh
index 1f62cab..f937c5a 100755
--- a/suspend/suspend_04.sh
+++ b/suspend/suspend_04.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# PM-QA validation test suite for the power management on Linux
#
@@ -26,8 +26,8 @@
# URL : https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification#suspend_04
-source ../include/functions.sh
-source ../include/suspend_functions.sh
+. ../include/functions.sh
+. ../include/suspend_functions.sh
if [ "$suspend_ac" -eq 0 ]; then
log_skip "suspend test involving ac power remove"