From bac57409fee7a62cb4fb2cdb762c2eff02ad9686 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 27 Apr 2023 12:07:47 +0200 Subject: [PATCH] test: fix typo Signed-off-by: Giuseppe Scrivano --- test/system/251-system-service.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/251-system-service.bats b/test/system/251-system-service.bats index 7a772e2ef4..4ad2cd0311 100644 --- a/test/system/251-system-service.bats +++ b/test/system/251-system-service.bats @@ -15,7 +15,7 @@ function teardown() { basic_teardown } -@test "podman systerm service returns error" { +@test "podman system service returns error" { skip_if_remote "podman system service unavailable over remote" run_podman 125 system service localhost:9292 is "$output" "Error: API Service endpoint scheme \"localhost\" is not supported. Try tcp://localhost:9292 or unix:/localhost:9292"