fix test suite breakage caused by GIT_ANNEX_USE_GIT_SSH

This commit is contained in:
Joey Hess 2017-04-07 16:56:04 -04:00
parent 5af1748c10
commit 61b7af97ec
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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)
]