commit | c7af87bdbce4a0105663f19b21b2560fc2cadec7 | [log] [tgz] |
---|---|---|
author | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Sun Dec 15 13:30:37 2013 +0530 |
committer | Sanjay Singh Rawat <sanjay.rawat@linaro.org> | Sun Dec 15 15:43:26 2013 +0530 |
tree | aacf2ab593ce3af3e8cdc4d2da466e48d04cbe9d | |
parent | 7c440a6fda2c02f4d6a3598c2a2c202ca1afd227 [diff] [blame] |
change options for numerical comparision use directory test option for cpufreq test and add warning message for hotplug 07 test Signed-off-by: Carlos Hernandez <ceh@ti.com> Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
diff --git a/thermal/thermal_04.sh b/thermal/thermal_04.sh index 9275dcf..99a3430 100755 --- a/thermal/thermal_04.sh +++ b/thermal/thermal_04.sh
@@ -31,7 +31,7 @@ pid=0 heater_kill() { - if [ $pid != 0 ]; then + if [ $pid -ne 0 ]; then kill -9 $pid fi }