fix test suite breakage caused by GIT_ANNEX_USE_GIT_SSH
This commit is contained in:
parent
5af1748c10
commit
61b7af97ec
1 changed files with 1 additions and 0 deletions
1
Test.hs
1
Test.hs
|
@ -2110,6 +2110,7 @@ setTestMode testmode = do
|
|||
-- Make git and git-annex access ssh remotes on the local
|
||||
-- filesystem, without using ssh at all.
|
||||
, ("GIT_SSH_COMMAND", "git-annex test --fakessh --")
|
||||
, ("GIT_ANNEX_USE_GIT_SSH", "1")
|
||||
, ("TESTMODE", show testmode)
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue