diff options
-rw-r--r-- | testing/gitano-test-tool.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in index 84b7148..f375e8c 100644 --- a/testing/gitano-test-tool.in +++ b/testing/gitano-test-tool.in @@ -431,6 +431,7 @@ end function cmd_gitarchive(user, key, repo, ref) local exturl = generate_exturl(user, key, repo) run_program { + env = { HOME = user_home(user) }, "git", "archive", "--remote", exturl, ref, } end |