kakoune/test/tools/git/blame-in-diff/enabled
Maxime Coste 8c2775f665 Fix tests that were failing on alpine
Ensure perl exists for git blame tests, replace timing sensitive
`ui_out -ignore ...` with `ui_out -until '...'`
2024-05-10 12:07:45 +10:00

3 lines
66 B
Bash
Executable File

#!/bin/sh
command -v git >/dev/null && command -v perl >/dev/null