From 36f58e68221bced35e06d1cca8d97c48807a8b71 Mon Sep 17 00:00:00 2001 From: "tb@openbsd.org" Date: Mon, 31 Oct 2016 23:45:08 +0000 Subject: upstream commit Remove the obsolete A and P flags from MALLOC_OPTIONS. ok dtucker Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59 --- regress/connect-privsep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/connect-privsep.sh') diff --git a/regress/connect-privsep.sh b/regress/connect-privsep.sh index ea739f614..edfdbf0bf 100644 --- a/regress/connect-privsep.sh +++ b/regress/connect-privsep.sh @@ -1,4 +1,4 @@ -# $OpenBSD: connect-privsep.sh,v 1.6 2015/03/03 22:35:19 markus Exp $ +# $OpenBSD: connect-privsep.sh,v 1.7 2016/10/31 23:45:08 tb Exp $ # Placed in the Public Domain. tid="proxy connect with privsep" @@ -27,7 +27,7 @@ done # Because sandbox is sensitive to changes in libc, especially malloc, retest # with every malloc.conf option (and none). if [ -z "TEST_MALLOC_OPTIONS" ]; then - mopts="A F G H J P R S X < >" + mopts="F G H J R S X < >" else mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'` fi -- cgit v1.2.3