From: Rolf Eike Beer Date: Wed, 14 Dec 2016 10:59:57 +0000 (+0100) Subject: selftests: do not require bash to run netsocktests testcase X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3659f98b5375d195f1870c3e508fe51e52206839;p=linux-beck.git selftests: do not require bash to run netsocktests testcase 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 Cc: stable@vger.kernel.org Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/net/run_netsocktests b/tools/testing/selftests/net/run_netsocktests index c09a682df56a..16058bbea7a8 100755 --- a/tools/testing/selftests/net/run_netsocktests +++ b/tools/testing/selftests/net/run_netsocktests @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "--------------------" echo "running socket test"