From 61b7af97ec0c4d77a8625a9e18fead78853a133f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Apr 2017 16:56:04 -0400 Subject: [PATCH] fix test suite breakage caused by GIT_ANNEX_USE_GIT_SSH --- Test.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.hs b/Test.hs index 259a60400f..ec765182e4 100644 --- a/Test.hs +++ b/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) ]