mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 02:51:02 +00:00
Update an expected error message
https://github.com/containers/image/pull/2595 will change it. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
c5eaf49918
commit
f423f01d1b
@ -132,7 +132,7 @@ END_EXPECT
|
||||
@test "inspect: image unknown" {
|
||||
# non existing image
|
||||
run_skopeo 2 inspect containers-storage:non-existing-tag
|
||||
expect_output --substring "identifier is not an image" \
|
||||
expect_output --substring "does not resolve to an image ID" \
|
||||
"skopeo inspect containers-storage:010101010101"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user