projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b1e8a
)
selftests: do not require bash to run bpf tests
author
Rolf Eike Beer
<eb@emlix.com>
Wed, 14 Dec 2016 10:58:20 +0000
(11:58 +0100)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Thu, 5 Jan 2017 20:19:47 +0000
(13:19 -0700)
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
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/bpf/test_kmod.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/test_kmod.sh
b/tools/testing/selftests/bpf/test_kmod.sh
index
92e627a
..
6d58cca
100755
(executable)
--- a/
tools/testing/selftests/bpf/test_kmod.sh
+++ b/
tools/testing/selftests/bpf/test_kmod.sh
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
SRC_TREE=../../../../