summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 16:56:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 16:56:04 -0400
commitb669a67b8add3dd017ca0a619214b12f4783b850 (patch)
tree352227f64527f9a9d292414c0be4a4b052b8d1fe /Test.hs
parent9873e9d30f835fa9273f2388d5433b7327b18b54 (diff)
fix test suite breakage caused by GIT_ANNEX_USE_GIT_SSH
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs1
1 files changed, 1 insertions, 0 deletions
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)
]