Skip to content

Commit

Permalink
selftests: do not require bash to run bpf tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rolf Eike Beer authored and Shuah Khan committed Jan 5, 2017
1 parent a2b1e8a commit d979e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/bpf/test_kmod.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

SRC_TREE=../../../../

Expand Down

0 comments on commit d979e13

Please sign in to comment.