Skip to content

Commit

Permalink
Merge branch 'error-change' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrmac committed Nov 19, 2024
2 parents 34c936b + 10a0d52 commit dff35be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtest/010-inspect.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit dff35be

Please sign in to comment.