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 Oct 25, 2024
2 parents 015dbda + e0e21d7 commit a7cb433
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 a7cb433

Please sign in to comment.