summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:39:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:43:48 -0400
commit189350419e0775e4175aa860326c5ce62a974d59 (patch)
treed2f84990d0300f828512cfa18e4122ae037a7737 /Test.hs
parent381c1f7634e20a2faa0b15255870f9dbf745f230 (diff)
Windows: Fixed permissions problem that prevented removing files from directory special remote.
Directory special remotes now fully usable.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Test.hs b/Test.hs
index 5a869fa7c..49f93ce23 100644
--- a/Test.hs
+++ b/Test.hs
@@ -802,13 +802,10 @@ test_directory_remote env = "git-annex directory remote" ~: intmpclonerepo env $
annexed_present annexedfile
git_annex env "drop" [annexedfile, "--numcopies=2"] @? "drop failed"
annexed_notpresent annexedfile
-#ifndef mingw32_HOST_OS
- -- moving from directory special remote fails on Windows TODO
git_annex env "move" [annexedfile, "--from", "foo"] @? "move --from directory remote failed"
annexed_present annexedfile
not <$> git_annex env "drop" [annexedfile, "--numcopies=2"] @? "drop failed to fail"
annexed_present annexedfile
-#endif
test_rsync_remote :: TestEnv -> Test
test_rsync_remote env = "git-annex rsync remote" ~: intmpclonerepo env $ do