Termux doesn't have a /bin/sh. So we needto use $SHELL. Keep /bin/sh as much as possible.
Those tests don't actually need bash. Just use common shebang.
This requires access to files in both host and grub image, so implementing as separate test unit instead of script test was more easy.