8c2775f665
Ensure perl exists for git blame tests, replace timing sensitive `ui_out -ignore ...` with `ui_out -until '...'`
3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
command -v git >/dev/null && command -v perl >/dev/null
|