mirror of
https://github.com/containers/podman.git
synced 2026-05-24 16:40:44 -04: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:
@@ -1,4 +1,4 @@
|
||||
//go:build linux && !remote
|
||||
//go:build (linux || freebsd) && !remote
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user