mirror of
https://github.com/vim/vim.git
synced 2026-05-10 20:31:29 +02:00
Problem: tests: sh_10 fails on MacOS runners (after 16c2279062)
because dash does not exist on MacOS
Solution: Force the test to use bash shebang line
Signed-off-by: Christian Brabandt <cb@256bit.org>