diff --git a/test/system/030-run.bats b/test/system/030-run.bats index a0cce8389e..70840d92aa 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -58,6 +58,25 @@ echo $rand | 0 | $rand is "$output" ".*invalidflag" "failed when passing undefined flags to the runtime" } +# bats test_tags=ci:parallel +@test "podman run - containers.conf runtime options" { + skip_if_remote "requires local containers.conf" + + containersConf=$PODMAN_TMPDIR/containers.conf + cat >$containersConf <