summaryrefslogtreecommitdiff
path: root/test/system/020-tag.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/020-tag.bats')
-rw-r--r--test/system/020-tag.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/020-tag.bats b/test/system/020-tag.bats
index 1f5eede39..945781afd 100644
--- a/test/system/020-tag.bats
+++ b/test/system/020-tag.bats
@@ -29,7 +29,7 @@ function _tag_and_check() {
# Test error case.
run_podman 125 untag $IMAGE registry.com/foo:bar
- is "$output" "Error: \"registry.com/foo:bar\": no such tag"
+ is "$output" "Error: registry.com/foo:bar: tag not known"
}
@test "podman untag all" {