mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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:
parent
c6189c5b51
commit
8fd7143e36
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build linux && !remote
|
||||
//go:build (linux || freebsd) && !remote
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue