devel/got: pass SSH_AUTH_SOCK to test environment
This allows "ssh 127.0.0.1" to reach the ssh agent when running the regression test suite. ok stsp@
This commit is contained in:
parent
abf7cca9cb
commit
c24bd8e67b
@ -32,6 +32,7 @@ BUILD_DEPENDS = www/kcgi>=0.12.0
|
||||
|
||||
# some tests will fail without working non-interactive 'ssh 127.0.0.1'
|
||||
TEST_IS_INTERACTIVE = Yes
|
||||
TEST_ENV = $${SSH_AUTH_SOCK:+SSH_AUTH_SOCK="$$SSH_AUTH_SOCK"}
|
||||
TEST_DEPENDS = devel/git \
|
||||
${PKGPATH}=${V}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user