diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-18 15:21:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-18 15:21:13 -0400 |
commit | b7d73288608b59b9588f1266b4d4cb6a83d7cded (patch) | |
tree | f62399dfbfe17c3ff47bbfafb27336996ea0c944 /Test.hs | |
parent | ebdabfb240ce21e49e9b850462d5b9cce8d69151 (diff) |
disable a test that windows git doesn't support
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,8 +216,11 @@ test_add env = "git-annex add" ~: TestList [basic, sha1dup, subdirs] git_annex env "add" ["dir"] @? "add of subdir failed" createDirectory "dir2" writeFile ("dir2" </> "foo") $ content annexedfile +#ifndef __WINDOWS__ + {- This does not work on Windows, for whatever reason. -} setCurrentDirectory "dir" git_annex env "add" [".." </> "dir2"] @? "add of ../subdir failed" +#endif test_reinject :: TestEnv -> Test test_reinject env = "git-annex reinject/fromkey" ~: TestCase $ intmpclonerepoInDirect env $ do |