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.
2 parents 7e57bb1 + c1ad54f commit c55353fCopy full SHA for c55353f
hack/bats
@@ -124,7 +124,7 @@ if [[ -z "$CONTAINERS_HELPER_BINARY_DIR" ]]; then
124
fi
125
126
# Used in 120-load test to identify rootless destination for podman image scp
127
-export PODMAN_ROOTLESS_USER=$(id -un)
+export PODMAN_ROOTLESS_USER=${PODMAN_ROOTLESS_USER:-$(id -un)}
128
129
# Make sure to always check for leaks when running locally
130
export PODMAN_BATS_LEAK_CHECK=1
0 commit comments