diff options
author | David S. Miller <davem@davemloft.net> | 2017-01-11 20:43:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-11 20:43:39 +0100 |
commit | 02ac5d1487115d160fab4c3e61b7edc20a945af9 (patch) | |
tree | 08a39341379ce6f1ad4f3997df36c76ee82cee9c /tools/testing/selftests/net | |
parent | Merge branch 'cls_flower-ARP' (diff) | |
parent | Merge branch 'akpm' (patches from Andrew) (diff) | |
download | linux-02ac5d1487115d160fab4c3e61b7edc20a945af9.tar.xz linux-02ac5d1487115d160fab4c3e61b7edc20a945af9.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Two AF_* families adding entries to the lockdep tables
at the same time.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net')
-rwxr-xr-x | tools/testing/selftests/net/run_netsocktests | 2 |
1 files changed, 1 insertions, 1 deletions
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" |