mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix push system negative test
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
f0f32a5832
commit
0dba9ba453
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ EOF
|
|||
run_podman 125 push --authfile=$authfile \
|
||||
--tls-verify=false $IMAGE \
|
||||
localhost:${PODMAN_LOGIN_REGISTRY_PORT}/badpush:1
|
||||
is "$output" ".*: unauthorized: authentication required" \
|
||||
is "$output" ".*: authentication required" \
|
||||
"auth error on push"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue