tools: cpu-hotplug fix unexpected operator error
authorShuah Khan <shuah.kh@samsung.com>
Wed, 25 Jun 2014 17:43:44 +0000 (11:43 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 01:11:18 +0000 (18:11 -0700)
commit5e4ff6950352ab2f4b6f18c66c235bfa95c39a2a
treefb9919016fc16a85ea4e3241c737595d43d08e62
parent4813d2e7361468f06b400dea6706786d8e55dba6
tools: cpu-hotplug fix unexpected operator error

on-off-test is a bash script and invoked from /bin/sh
This results in the following error:

./on-off-test.sh: 9: [: !=: unexpected operator

Changed Makefile to use bash instead.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/cpu-hotplug/Makefile