On Fri, Mar 18, 2016 at 12:38:16PM +0800, 惠轶群 wrote:
quoted
quoted
+test_expect_success 'when $XDG_RUNTIME_DIR is set, `$XDG_RUNTIME_DIR/git` are used' '
+ test_path_is_missing "/tmp/git-$(id -u)/git/credential-cache.sock" &&
+ test -S "$HOME/xdg_runtime/git/credential-cache.sock"
+'
This test fails for me, probably because XDG_RUNTIME_DIR is not
exported.
-Peff
Could you please give a try to the patch set v2, test of which is
definitely passed on my computer.
Yes, that was what I tried earlier (and I just re-tested to make sure).
It still fails. I suspect it has to do with whether XDG_RUNTIME_DIR is
set in our environments (outside of the test suite). If I run:
XDG_RUNTIME_DIR=/tmp/foo ./t0301-credential-cache.sh
it passes.
-Peff