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:
naddy 2022-11-16 21:31:34 +00:00
parent abf7cca9cb
commit c24bd8e67b

View File

@ -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}