[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1539247467.git.pabeni@redhat.com>
Date: Thu, 11 Oct 2018 10:54:51 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Florian Westphal <fw@...len.de>,
Willem de Bruijn <willemb@...gle.com>
Subject: [PATCH net 0/2] net: explicitly requires bash when needed.
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
Powered by blists - more mailing lists