diff options
-rw-r--r-- | regress/authinfo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/authinfo.sh b/regress/authinfo.sh index e725296c9..9bd0a4d83 100644 --- a/regress/authinfo.sh +++ b/regress/authinfo.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: authinfo.sh,v 1.1 2017/06/24 06:35:24 djm Exp $ | 1 | # $OpenBSD: authinfo.sh,v 1.2 2017/10/25 20:08:36 millert Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="authinfo" | 4 | tid="authinfo" |
@@ -6,7 +6,7 @@ tid="authinfo" | |||
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 | 'printenv SSH_USER_AUTH >/dev/null' && 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 |