projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e91ec
)
indentation
author
Joey Hess
<joeyh@joeyh.name>
Mon, 14 Mar 2022 16:30:27 +0000
(12:30 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 14 Mar 2022 16:30:27 +0000
(12:30 -0400)
Test.hs
patch
|
blob
|
history
diff --git
a/Test.hs
b/Test.hs
index 0d9f68bccffa23b86dc769a77fc8c16087a72b61..ad70eaac2f66e296b8b6442a665196649fd3f195 100644
(file)
--- a/
Test.hs
+++ b/
Test.hs
@@
-252,7
+252,7
@@
testDirectoryRemote = testRemote True "directory" $ \remotename -> do
, "directory=remotedir"
, "encryption=none"
] "init"
-
+
testRemote :: Bool -> String -> (String -> IO ()) -> TestTree
testRemote testvariants remotetype setupremote =
withResource newEmptyTMVarIO (const noop) $ \getv ->