Re: [PATCH net 0/2] net: explicitly requires bash when needed.

2018-10-11 Thread David Miller
From: Paolo Abeni Date: Thu, 11 Oct 2018 10:54:51 +0200 > 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

[PATCH net 0/2] net: explicitly requires bash when needed.

2018-10-11 Thread Paolo Abeni
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: