summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Test.hs b/Test.hs
index 0fba72eb2..7cbf6dbfd 100644
--- a/Test.hs
+++ b/Test.hs
@@ -1071,14 +1071,10 @@ test_add_subdirs env = intmpclonerepo env $ do
l <- annexeval $ encodeW8 . L.unpack <$> Annex.CatFile.catObject (Git.Types.Ref "HEAD:dir/foo")
"../.git/annex/" `isPrefixOf` l @? ("symlink from subdir to .git/annex is wrong: " ++ l)
-#ifndef mingw32_HOST_OS
- {- This does not work on Windows, for whatever reason. -}
createDirectory "dir2"
writeFile ("dir2" </> "foo") $ content annexedfile
setCurrentDirectory "dir"
git_annex env "add" [".." </> "dir2"] @? "add of ../subdir failed"
-#endif
-
-- This is equivilant to running git-annex, but it's all run in-process
-- (when the OS allows) so test coverage collection works.