Merge pull request #22967 from rhatdan/build

Remove references to --pull=true and --pull=false
This commit is contained in:
openshift-merge-bot[bot]
2024-06-21 19:27:36 +00:00
committed by GitHub
4 changed files with 9 additions and 6 deletions

View File

@@ -1169,4 +1169,9 @@ function teardown() {
basic_teardown
}
@test "podman build --help defaults" {
run_podman build --help
assert "$output" =~ "--pull.*(default \"missing\")" "pull should default to missing"
}
# vim: filetype=sh