We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08929b commit 4635965Copy full SHA for 4635965
test/system/030-run.bats
@@ -891,7 +891,7 @@ EOF
891
892
# bats test_tags=ci:parallel
893
@test "podman run --hostuser tests" {
894
- skip_if_not_rootless "test whether hostuser is successfully added"
+ skip_if_not_rootless "--hostuser is only meaningful when rootless"
895
user=$(id -un)
896
run_podman 1 run --rm $IMAGE grep $user /etc/passwd
897
run_podman run --hostuser=$user --rm $IMAGE grep $user /etc/passwd
0 commit comments