#!/usr/bin/env bats -*- bats -*- # # Test specific configuration options and overrides # load helpers @test "podman CONTAINERS_CONF - CONTAINERS_CONF in conmon" { skip_if_remote "can't check conmon environment over remote" # Get the normal runtime for this host run_podman info --format '{{ .Host.OCIRuntime.Name }}' runtime="$output" run_podman info --format "{{ .Host.OCIRuntime.Path }}" ocipath="$output" # Make an innocuous containers.conf in a non-standard location conf_tmp="$PODMAN_TMPDIR/containers.conf" cat >$conf_tmp < $conf_tmp <