{{ message }}
Commit fbc36f9
tests: Use
Use `command -v` to locate the git executable instead of `which`.
The former is guaranteed to always be available according to POSIX,
while which(1) is a redundant third-party tool that is slowly being
phased out from Linux distributions. In particular, Gentoo no longer
installs it by default.command -v instead of third-party which program1 parent 4463624 commit fbc36f9
1 file changed
Lines changed: 1 addition & 1 deletion

0 commit comments