mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
Merge pull request #22967 from rhatdan/build
Remove references to --pull=true and --pull=false
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user