Skip to content

Commit

Permalink
selftests: netfilter: remove stray bash debug line
Browse files Browse the repository at this point in the history
commit 3e6ed77 upstream.

This should not be there.

Fixes: 2de03b4 ("selftests: netfilter: add flowtable test script")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Florian Westphal authored and gregkh committed Oct 27, 2021
1 parent f8a6541 commit 0e033cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/netfilter/nft_flowtable.sh
Expand Up @@ -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

Expand Down

0 comments on commit 0e033cb

Please sign in to comment.