diff mbox series

[nf] selftests: netfilter: remove stray bash debug line

Message ID 20211012163709.9819-1-fw@strlen.de
State Accepted
Delegated to: Pablo Neira
Headers show
Series [nf] selftests: netfilter: remove stray bash debug line | expand

Commit Message

Florian Westphal Oct. 12, 2021, 4:37 p.m. UTC
This should not be there.

Fixes: 2de03b45236f ("selftests: netfilter: add flowtable test script")
Signed-off-by: Florian Westphal <fw@strlen.de>
---
 tools/testing/selftests/netfilter/nft_flowtable.sh | 1 -
 1 file changed, 1 deletion(-)

Comments

Pablo Neira Ayuso Oct. 14, 2021, 9:10 p.m. UTC | #1
On Tue, Oct 12, 2021 at 06:37:09PM +0200, Florian Westphal wrote:
> This should not be there.

Applied, thanks
diff mbox series

Patch

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