Skip to content

Commit

Permalink
selftests: do not require bash to run netsocktests testcase
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
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 d979e13 commit 3659f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/run_netsocktests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

echo "--------------------"
echo "running socket test"
Expand Down

0 comments on commit 3659f98

Please sign in to comment.