Skip to content

Commit

Permalink
cirrus.6155650586116096: @Luap99's test suggestion for containers#18657
Browse files Browse the repository at this point in the history
… requires rootless.

Signed-off-by: Ali Rizvi-Santiago <[email protected]>
  • Loading branch information
arizvisa committed May 30, 2023
1 parent a3c3d12 commit a976f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/001-basic.bats
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ run_podman --noout system connection ls
# Tests --noout to ensure that the output fd can be written to.
@test "podman --noout is actually writing to /dev/null" {
skip_if_remote "unshare only works locally"
skip_if_not_rootless "unshare requires rootless"
run_podman --noout unshare ls
is "$output" "" "output should be empty"
}
Expand Down

0 comments on commit a976f91

Please sign in to comment.