[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251027095710.2036108-1-po-hsu.lin@canonical.com>
Date: Mon, 27 Oct 2025 17:57:09 +0800
From: Po-Hsu Lin <po-hsu.lin@...onical.com>
To: netdev@...r.kernel.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: po-hsu.lin@...onical.com,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
horms@...nel.org,
shuah@...nel.org,
edoardo.canepa@...onical.com
Subject: [PATCH 0/1] selftests: net: use BASH for bareudp testing
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
Powered by blists - more mailing lists