Merge pull request #30224 from tmrts/util-exec/fix-dependency
Automatic merge from submit-queue
pkg/util/exec: don't specify paths for echo
`ex.Command()` already searches the binary in PATH, no need to manually
specify it as `/bin/echo`. `pkg/util/exec` tests fail in non-conventional environments
due to this (e.g. NixOS).
Showing
Please
register
or
sign in
to comment