diff options
author | Florian Westphal <fw@strlen.de> | 2021-10-12 19:37:09 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-10-15 00:08:35 +0300 |
commit | 3e6ed7703dae6838c104d73d3e76e9b79f5c0528 (patch) | |
tree | 6064e881a7bf17599405b0fd441407d373bc1b52 /tools | |
parent | 174c376278949c44aad89c514a6b5db6cee8db59 (diff) | |
download | linux-3e6ed7703dae6838c104d73d3e76e9b79f5c0528.tar.xz |
selftests: netfilter: remove stray bash debug line
This should not be there.
Fixes: 2de03b45236f ("selftests: netfilter: add flowtable test script")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/netfilter/nft_flowtable.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/netfilter/nft_flowtable.sh b/tools/testing/selftests/netfilter/nft_flowtable.sh index 427d94816f2d..d4ffebb989f8 100755 --- a/tools/testing/selftests/netfilter/nft_flowtable.sh +++ b/tools/testing/selftests/netfilter/nft_flowtable.sh @@ -199,7 +199,6 @@ fi # test basic connectivity if ! ip netns exec ns1 ping -c 1 -q 10.0.2.99 > /dev/null; then echo "ERROR: ns1 cannot reach ns2" 1>&2 - bash exit 1 fi |