From 9c114903484c67e8d50067af1ab1013746fbf725 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 28 Oct 2024 10:09:23 -0600 Subject: [PATCH] fixme, just a change to a skip msg Signed-off-by: Ed Santiago --- test/system/030-run.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/030-run.bats b/test/system/030-run.bats index 60f39f168d..59163cb66a 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -891,7 +891,7 @@ EOF # bats test_tags=ci:parallel @test "podman run --hostuser tests" { - skip_if_not_rootless "test whether hostuser is successfully added" + skip_if_not_rootless "--hostuser is only meaningful when rootless" user=$(id -un) run_podman 1 run --rm $IMAGE grep $user /etc/passwd run_podman run --hostuser=$user --rm $IMAGE grep $user /etc/passwd