cmd/podman-testing: fix freebsd compilation

This fixes:

cmd/podman-testing/create.go:1: : # github.com/containers/podman/v5/cmd/podman-testing
cmd/podman-testing/main.go:65:12: undefined: storeBefore
cmd/podman-testing/main.go:69:28: undefined: engineMode
cmd/podman-testing/main.go:99:12: undefined: storeAfter (typecheck)

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-04-01 13:50:13 -07:00
parent c6189c5b51
commit 8fd7143e36

View File

@@ -1,4 +1,4 @@
//go:build linux && !remote
//go:build (linux || freebsd) && !remote
package main