automation-tests/cmd/podman/images/utils_unsupported.go

9 lines
142 B
Go

//go:build !linux
// +build !linux
package images
func setupPipe() (string, func() <-chan error, error) {
return "/dev/stdout", nil, nil
}