Skip to content

Commit

Permalink
fixme, just a change to a skip msg
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Nov 20, 2024
1 parent b08929b commit f8befe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/030-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8befe7

Please sign in to comment.