From a3615aeefa5b1b1802a8c743a36c17d925ed6be8 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 10 Jan 2025 16:50:08 +0000 Subject: [PATCH] Fix typo in sockwrap workaround Signed-off-by: David Woodhouse --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 6fed8b45..01ecba42 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -36,7 +36,7 @@ test $(id -u) -eq 0 && SUDO= || SUDO=sudo top_builddir=${top_builddir:-..} SOCKDIR="./sockwrap.$$.tmp" mkdir -p $SOCKDIR -export SOCKER_WRAPPER_DIR_ALLOW_ORIG=1 +export SOCKET_WRAPPER_DIR_ALLOW_ORIG=1 export SOCKET_WRAPPER_DIR=$SOCKDIR export SOCKET_WRAPPER_DEFAULT_IFACE=2 ADDRESS=127.0.0.$SOCKET_WRAPPER_DEFAULT_IFACE -- 2.50.1