Make Unit-test happy... again.

Signed-off-by: Hadi Chokr <hadichokr@icloud.com>
This commit is contained in:
Hadi Chokr 2025-08-17 22:31:10 +03:00
parent e1b2270d64
commit 1e4fcddfc2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func exportBinary(binName, containerName string) error {
// Run inside container, redirecting output to host file
cmd := fmt.Sprintf(
"(command -v %q || which %q || type -P %q || true) > /run/host%s",
binName, binName, binName, tmpFile,
binName, binName, binName, tmpFile,
)
if _, err := runCommandWithOutput(
containerName,