summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-24 18:52:08 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-24 18:52:08 +0300
commit30767d7c952cca67d047032f02a9f65a96faa938 (patch)
tree08040c30b2f40a8eb9aa217f1601a98147352a92
parent3d9ca222d14355fa850cec113a280d9f6565b874 (diff)
downloadgit.liw.fi-ruleset-tests-30767d7c952cca67d047032f02a9f65a96faa938.tar.gz
Disable passing in the SSH_AUTH_SOCK env var
This means the ssh-agent isn't queried for ssh keys. That happened before and broke logging in as different users in gitano.
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index cd7eed7..580f1a7 100755
--- a/check
+++ b/check
@@ -14,6 +14,5 @@ yarn \
--shell-arg '' \
--shell-library lib.py \
--env "PYTHONPATH=$(pwd)" \
- --env "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" \
--cd-datadir \
*.yarn "$@"