Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Florian Westphal and committed by
Pablo Neira Ayuso
3e6ed770 174c3762

-1
-1
tools/testing/selftests/netfilter/nft_flowtable.sh
··· 199 199 # test basic connectivity 200 200 if ! ip netns exec ns1 ping -c 1 -q 10.0.2.99 > /dev/null; then 201 201 echo "ERROR: ns1 cannot reach ns2" 1>&2 202 - bash 203 202 exit 1 204 203 fi 205 204