Skip to content

Commit 3659f98

Browse files
DerDakonShuah Khan
authored and
Shuah Khan
committed
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 <[email protected]> Cc: [email protected] Signed-off-by: Shuah Khan <[email protected]>
1 parent d979e13 commit 3659f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/run_netsocktests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
echo "--------------------"
44
echo "running socket test"

0 commit comments

Comments
 (0)