minimize lenth of path to gpg agent socket
authorJoey Hess <joeyh@joeyh.name>
Thu, 26 Mar 2020 17:04:24 +0000 (13:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Mar 2020 17:04:24 +0000 (13:04 -0400)
commitb426ff682570d8600dc8025bbcd20aa95819a7e4
tree022b1967d05ded2f30b4a8d74c486cedb5efd385
parent40c911e4279e36f4c504ae432332d91aa33bd24d
minimize lenth of path to gpg agent socket

Considered using the system tmp dir rather than putting it inside .t/,
but then if TEMP were set to a long path, that would be a problem.
Relative path seems the best approach, and will always be nice and
short.

The only downside of it is, if git-annex somehow changes the cwd
while running, it would break. But git-annex does not do that, and
should never do that.
Test.hs
doc/bugs/tests_fail___40__gpg-agent_related__63____41___when_running_build_inside_singularity_container/comment_2_c61b14b76cf06c0b10257c1a84d9478a._comment [new file with mode: 0644]