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.
1 parent 0a65e7c commit c1ad54fCopy full SHA for c1ad54f
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