summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-30 14:24:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-30 14:24:48 -0400
commit595c6c38bfb847dbaf689ecb4e5c17535d43d890 (patch)
treece5ded1d35abfdddcb82eb5aa1975e2d6f456ad3
parent889decc946dbf7aa24eae460847845e120929974 (diff)
enable rsync special remote test on windows
-rw-r--r--Test.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Test.hs b/Test.hs
index 43de251b7..d338bb32f 100644
--- a/Test.hs
+++ b/Test.hs
@@ -1223,7 +1223,6 @@ test_directory_remote testenv = intmpclonerepo testenv $ do
test_rsync_remote :: TestEnv -> Assertion
test_rsync_remote testenv = intmpclonerepo testenv $ do
-#ifndef mingw32_HOST_OS
createDirectory "dir"
git_annex testenv "initremote" (words "foo type=rsync encryption=none rsyncurl=dir") @? "initremote failed"
git_annex testenv "get" [annexedfile] @? "get of file failed"
@@ -1236,11 +1235,6 @@ test_rsync_remote testenv = intmpclonerepo testenv $ do
annexed_present annexedfile
not <$> git_annex testenv "drop" [annexedfile, "--numcopies=2"] @? "drop failed to fail"
annexed_present annexedfile
-#else
- -- Rsync remotes with a rsyncurl of a directory do not currently
- -- work on Windows.
- noop
-#endif
test_bup_remote :: TestEnv -> Assertion
test_bup_remote testenv = intmpclonerepo testenv $ when Build.SysConfig.bup $ do