Remove references to --pull=true and --pull=false

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2024-06-11 07:44:05 -04:00
parent 009a2441de
commit 64091777fe
4 changed files with 9 additions and 6 deletions

View File

@@ -1168,4 +1168,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