]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: udpgso_bench.sh explicitly requires bash
authorPaolo Abeni <pabeni@redhat.com>
Thu, 11 Oct 2018 08:54:53 +0000 (10:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:19:46 +0000 (10:19 -0700)
commit243de43bc118feaaa4f35d3d512690d7f76c1a8c
tree4ef582e7683f4042a24d8299788036a4246e4721
parent6dbfc685874044adf5a643d48cc406117b3d0ea8
selftests: udpgso_bench.sh explicitly requires bash

The udpgso_bench.sh script requires several bash-only features. This
may cause random failures if the default shell is not bash.
Address the above explicitly requiring bash as the script interpreter

Fixes: 4d4a47023538 ("selftests: udp gso benchmark")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/udpgso_bench.sh