]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: use `command -v` to identify binary
authorPádraig Brady <P@draigBrady.com>
Sun, 18 Jan 2026 12:48:36 +0000 (12:48 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 18 Jan 2026 12:48:36 +0000 (12:48 +0000)
commitfcaa3a39c76c204cdaddca89e665ebef51ccfaff
tree60abb2797a1b692a167b09b0e5162193d11ea8ca
parent0d5b66ca669436893cb3d3b8fcd7a3b16ec0dc5d
tests: use `command -v` to identify binary

* tests/misc/coreutils.sh: Be more flexibile by using `command -v`
to identify the binary to be executed, rather than linking
directly to the built binary.
tests/misc/coreutils.sh