diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-04 13:39:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-04 13:43:48 -0400 |
commit | 189350419e0775e4175aa860326c5ce62a974d59 (patch) | |
tree | d2f84990d0300f828512cfa18e4122ae037a7737 /Test.hs | |
parent | 381c1f7634e20a2faa0b15255870f9dbf745f230 (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.hs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |