From ae10f55362d1dfeacec2d10add1dffbceb0a31b9 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 8 Apr 2019 14:47:31 +0200 Subject: test: fix remote tests for rootless Signed-off-by: Giuseppe Scrivano --- contrib/cirrus/rootless_test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/cirrus/rootless_test.sh b/contrib/cirrus/rootless_test.sh index 88b38f45b..932af6d92 100755 --- a/contrib/cirrus/rootless_test.sh +++ b/contrib/cirrus/rootless_test.sh @@ -18,6 +18,8 @@ then exit 1 fi +export PODMAN_VARLINK_ADDRESS=unix:/tmp/podman-$(id -u) + echo "." echo "Hello, my name is $USER and I live in $PWD can I be your friend?" -- cgit v1.2.3-54-g00ecf