$OpenBSD: patch-tests_common_sh,v 1.3 2016/03/19 20:24:32 sthen Exp $
--- tests/common.sh.orig	Sat Mar 19 20:11:15 2016
+++ tests/common.sh	Sat Mar 19 20:11:43 2016
@@ -30,13 +30,6 @@ if test -z "$NO_NEED_ROOT";then
 	if [ $? != 0 ];then
 		exit 77
 	fi
-else
-	SOCKDIR=${srcdir}/sockwrap.$$.tmp
-	mkdir -p $SOCKDIR
-	export SOCKET_WRAPPER_DIR=$SOCKDIR
-	export SOCKET_WRAPPER_DEFAULT_IFACE=2
-	ADDRESS=127.0.0.$SOCKET_WRAPPER_DEFAULT_IFACE
-	OPENCONNECT="eval LD_PRELOAD=libsocket_wrapper.so /usr/local/sbin/openconnect"
 fi
 
 if ! test -x /usr/local/sbin/openconnect;then
