From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Abeni Subject: [PATCH net 0/2] net: explicitly requires bash when needed. Date: Thu, 11 Oct 2018 10:54:51 +0200 Message-ID: Cc: "David S. Miller" , Florian Westphal , Willem de Bruijn To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33422 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726135AbeJKQVx (ORCPT ); Thu, 11 Oct 2018 12:21:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Some test scripts require bash-only features but use the default shell. This may cause random failures if the default shell is not bash. Instead of doing a potentially complex rewrite of such scripts, these patches require the bash interpreter, where needed. Paolo Abeni (2): selftests: rtnetlink.sh explicitly requires bash. selftests: udpgso_bench.sh explicitly requires bash tools/testing/selftests/net/rtnetlink.sh | 2 +- tools/testing/selftests/net/udpgso_bench.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.17.2