From a976f91b3fb1e04be3e4e252ef745768b2f365e0 Mon Sep 17 00:00:00 2001 From: Ali Rizvi-Santiago Date: Tue, 30 May 2023 17:59:07 -0500 Subject: [PATCH] cirrus.6155650586116096: @Luap99's test suggestion for containers/podman#18657 requires rootless. Signed-off-by: Ali Rizvi-Santiago --- test/system/001-basic.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats index 5c429534a3..e0c7d1a5e9 100644 --- a/test/system/001-basic.bats +++ b/test/system/001-basic.bats @@ -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" }