summaryrefslogtreecommitdiff
path: root/test/system/710-kube.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/710-kube.bats')
-rw-r--r--test/system/710-kube.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/710-kube.bats b/test/system/710-kube.bats
index c446ff65f..97a640e3f 100644
--- a/test/system/710-kube.bats
+++ b/test/system/710-kube.bats
@@ -91,7 +91,7 @@ status | = | null
# Needs at least one container. Error is slightly different between
# regular and remote podman:
# regular: Error: pod ... only has...
- # remote: Error: error generating YAML: pod ... only has...
+ # remote: Error: generating YAML: pod ... only has...
run_podman 125 kube generate $pname
assert "$output" =~ "Error: .* only has an infra container"