summaryrefslogtreecommitdiffstats
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 94cc64a..41cb7af 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.4 2012/07/02 14:37:06 dtucker Exp $
+# $OpenBSD: connect-privsep.sh,v 1.5 2014/05/04 10:40:59 logan Exp $
# Placed in the Public Domain.
tid="proxy connect with privsep"
@@ -26,7 +26,7 @@ done
# Because sandbox is sensitive to changes in libc, especially malloc, retest
# with every malloc.conf option (and none).
-for m in '' A F G H J P R S X Z '<' '>'; do
+for m in '' A F G H J P R S X '<' '>'; do
for p in 1 2; do
env MALLOC_OPTIONS="$m" ${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 true
if [ $? -ne 0 ]; then
OpenPOWER on IntegriCloud