Skip to content

Commit 4635965

Browse files
committed
fixme, just a change to a skip msg
Signed-off-by: Ed Santiago <[email protected]>
1 parent b08929b commit 4635965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/030-run.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ EOF
891891

892892
# bats test_tags=ci:parallel
893893
@test "podman run --hostuser tests" {
894-
skip_if_not_rootless "test whether hostuser is successfully added"
894+
skip_if_not_rootless "--hostuser is only meaningful when rootless"
895895
user=$(id -un)
896896
run_podman 1 run --rm $IMAGE grep $user /etc/passwd
897897
run_podman run --hostuser=$user --rm $IMAGE grep $user /etc/passwd

0 commit comments

Comments
 (0)