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"