diff --git a/systemtest/010-inspect.bats b/systemtest/010-inspect.bats index 7c617d32ba..405132a626 100644 --- a/systemtest/010-inspect.bats +++ b/systemtest/010-inspect.bats @@ -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" }