summaryrefslogtreecommitdiff
path: root/crypto/openssh/regress/connect-privsep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/connect-privsep.sh')
-rw-r--r--crypto/openssh/regress/connect-privsep.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/regress/connect-privsep.sh b/crypto/openssh/regress/connect-privsep.sh
index ea739f614a0b..81cedc7e5f6d 100644
--- a/crypto/openssh/regress/connect-privsep.sh
+++ b/crypto/openssh/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.8 2016/11/01 13:43:27 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="C F G J R S U X < >"
else
mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`
fi