On Mon, 28 Dec 2020 12:34:59 +0800, Po-Hsu Lin wrote:
The == operand is a bash extension, thus this will fail on Ubuntu with
As the /bin/sh on Ubuntu is pointed to DASH.
Use -eq to fix this posix compatibility issue.
Applied to powerpc/next.
[1/1] selftests/powerpc: Make the test check in eeh-basic.sh posix compliant https://git.kernel.org/powerpc/c/3db380570af7052620ace20c29e244938610ca71
cheers