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-Tag: v4.9.5~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91ee732cb5632b0546d514daed6a72b7ed516f7b;p=platform%2Fkernel%2Flinux-amlogic.git selftests: do not require bash to run netsocktests testcase commit 3659f98b5375d195f1870c3e508fe51e52206839 upstream. 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 Signed-off-by: Shuah Khan Signed-off-by: Greg Kroah-Hartman --- 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"