aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/netfilter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-10-12 18:37:09 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-10-14 23:08:35 +0200
commit3e6ed7703dae6838c104d73d3e76e9b79f5c0528 (patch)
tree6064e881a7bf17599405b0fd441407d373bc1b52 /tools/testing/selftests/netfilter
parentnetfilter: ipvs: make global sysctl readonly in non-init netns (diff)
downloadlinux-dev-3e6ed7703dae6838c104d73d3e76e9b79f5c0528.tar.xz
linux-dev-3e6ed7703dae6838c104d73d3e76e9b79f5c0528.zip
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/testing/selftests/netfilter')
-rwxr-xr-xtools/testing/selftests/netfilter/nft_flowtable.sh1
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