]> git.karo-electronics.de Git - linux-beck.git/commit
selftests: do not require bash for the generated test
authorRolf Eike Beer <eb@emlix.com>
Wed, 14 Dec 2016 10:59:34 +0000 (11:59 +0100)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 5 Jan 2017 20:18:32 +0000 (13:18 -0700)
commita2b1e8a20c992b01eeb76de00d4f534cbe9f3822
treec3e06dee1c51d8dbe3749841df7d3e9d0292fa09
parent7ce7d89f48834cefece7804d38fc5d85382edf77
selftests: do not require bash for the generated test

Nothing in this minimal script seems to require bash. We often run these
tests on embedded devices where the only shell available is the busybox
ash. Use sh instead.

Signed-off-by: Rolf Eike Beer <eb@emlix.com>
Cc: stable@vger.kernel.org
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile