From: Florian Westphal Date: Tue, 12 Oct 2021 16:37:09 +0000 (+0200) Subject: selftests: netfilter: remove stray bash debug line X-Git-Tag: v5.4.156~14 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e8ef9984418f75aa801e1e4c7f11f1b4db14185c;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Pablo Neira Ayuso Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/netfilter/nft_flowtable.sh b/tools/testing/selftests/netfilter/nft_flowtable.sh index 16571ac1dab40..1ccb12fe2511a 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