mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
Remove references to --pull=true and --pull=false
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user