diff options
author | Andrea Righi <andrea.righi@canonical.com> | 2021-06-16 17:57:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-16 22:56:10 +0300 |
commit | 1b29df0e2e802cb15a5196c936f494161ec97502 (patch) | |
tree | dc3ef99992ef31117247b24e01a6de7b024b8abd /tools/perf/scripts/python/check-perf-trace.py | |
parent | a494bd642d9120648b06bb7d28ce6d05f55a7819 (diff) | |
download | linux-1b29df0e2e802cb15a5196c936f494161ec97502.tar.xz |
selftests: net: use bash to run udpgro_fwd test case
udpgro_fwd.sh contains many bash specific operators ("[[", "local -r"),
but it's using /bin/sh; in some distro /bin/sh is mapped to /bin/dash,
that doesn't support such operators.
Force the test to use /bin/bash explicitly and prevent false positive
test failures.
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions