summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-10-12 18:37:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-10-27 09:54:28 +0200
commite8ef9984418f75aa801e1e4c7f11f1b4db14185c (patch)
tree6a758f99ae1c23be1dd65d9d01346b9068d3ef0a
parentb7fdebde2c9be819f24afa3609036faee78dec96 (diff)
selftests: netfilter: remove stray bash debug line
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>
-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 16571ac1dab4..1ccb12fe2511 100755
--- a/tools/testing/selftests/netfilter/nft_flowtable.sh
+++ b/tools/testing/selftests/netfilter/nft_flowtable.sh
@@ -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