Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 0/1] selftests: net: use BASH for bareudp testing
@ 2025-10-27  9:57 Po-Hsu Lin
  2025-10-27  9:57 ` [PATCH 1/1] " Po-Hsu Lin
  2025-10-30  1:00 ` [PATCH 0/1] " patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Po-Hsu Lin @ 2025-10-27  9:57 UTC (permalink / raw)
  To: netdev, linux-kselftest, linux-kernel
  Cc: po-hsu.lin, davem, edumazet, kuba, pabeni, horms, shuah,
	edoardo.canepa

The bareudp.sh script uses /bin/sh and it will load another lib.sh
BASH script at the very beginning.

But on some operating systems like Ubuntu, /bin/sh is actually pointed to
DASH, thus it will try to run BASH commands with DASH and consequently
leads to syntax issues.

This patch fixes syntax failures on systems where /bin/sh is not BASH by
explicitily using BASH for bareudp.sh.

Po-Hsu Lin (1):
  selftests: net: use BASH for bareudp testing

 tools/testing/selftests/net/bareudp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-10-30  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-27  9:57 [PATCH 0/1] selftests: net: use BASH for bareudp testing Po-Hsu Lin
2025-10-27  9:57 ` [PATCH 1/1] " Po-Hsu Lin
2025-10-28 13:58   ` Przemek Kitszel
2025-10-30  1:00 ` [PATCH 0/1] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox