From b669a67b8add3dd017ca0a619214b12f4783b850 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Apr 2017 16:56:04 -0400 Subject: fix test suite breakage caused by GIT_ANNEX_USE_GIT_SSH --- Test.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Test.hs') diff --git a/Test.hs b/Test.hs index 259a60400..ec765182e 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) ] -- cgit v1.2.3