]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
selftests: netfilter: remove stray bash debug line
authorFlorian Westphal <fw@strlen.de>
Tue, 12 Oct 2021 16:37:09 +0000 (18:37 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 22 Nov 2021 16:31:03 +0000 (17:31 +0100)
BugLink: https://bugs.launchpad.net/bugs/1951295
commit 3e6ed7703dae6838c104d73d3e76e9b79f5c0528 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
tools/testing/selftests/netfilter/nft_flowtable.sh

index 16571ac1dab40267fc2141f924839aa671784d1d..1ccb12fe2511a9431fa728c977da799b7485a359 100755 (executable)
@@ -174,7 +174,6 @@ fi
 ip netns exec ns1 ping -c 1 -q 10.0.2.99 > /dev/null
 if [ $? -ne 0 ];then
   echo "ERROR: ns1 cannot reach ns2" 1>&2
-  bash
   exit 1
 fi