View | Details | Raw Unified | Return to bug 2792
Collapse All | Expand All

(-)./regress/authinfo.sh (-1 / +1 lines)
Lines 6-12 Link Here
6
# Ensure the environment variable doesn't leak when ExposeAuthInfo=no.
6
# Ensure the environment variable doesn't leak when ExposeAuthInfo=no.
7
verbose "ExposeAuthInfo=no"
7
verbose "ExposeAuthInfo=no"
8
env SSH_USER_AUTH=blah ${SSH} -F $OBJ/ssh_proxy x \
8
env SSH_USER_AUTH=blah ${SSH} -F $OBJ/ssh_proxy x \
9
	'test -z "$SSH_USER_AUTH"' || fail "SSH_USER_AUTH present"
9
	"sh -c 'test -z \"\$SSH_USER_AUTH\"'" || fail "SSH_USER_AUTH present"
10
10
11
verbose "ExposeAuthInfo=yes"
11
verbose "ExposeAuthInfo=yes"
12
echo ExposeAuthInfo=yes >> $OBJ/sshd_proxy
12
echo ExposeAuthInfo=yes >> $OBJ/sshd_proxy

Return to bug 2792