Add SSH_AUTH_SOCK to default env

So ssh-agent works when using locally.
This commit is contained in:
Adrian Likins 2016-11-30 18:06:35 -05:00 committed by Matt Clay
parent 8137c7207d
commit ba56c87566

View file

@ -189,6 +189,7 @@ def common_environment():
optional = (
'HTTPTESTER',
'SSH_AUTH_SOCK'
)
env.update(pass_vars(required=required, optional=optional))