diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-30 14:24:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-30 14:24:48 -0400 |
commit | 595c6c38bfb847dbaf689ecb4e5c17535d43d890 (patch) | |
tree | ce5ded1d35abfdddcb82eb5aa1975e2d6f456ad3 /Test.hs | |
parent | 889decc946dbf7aa24eae460847845e120929974 (diff) |
enable rsync special remote test on windows
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |