diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-17 12:27:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-17 12:27:06 -0400 |
commit | f5f88794713ebbbbc177d064f074a80ca23e9b79 (patch) | |
tree | 977c789d3fa62af7f2b4a6c37f8ae32c9ed4e7fe /test.hs | |
parent | dc2e0d0d9bc8d5fd106e7c1c8d871498f8012233 (diff) |
map: Write map.dot to .git/annex, which avoids watch trying to annex it.
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -550,9 +550,6 @@ test_map = "git-annex map" ~: intmpclonerepo $ do git_annex "describe" ["origin", "origin repo"] @? "describe 2 failed" -- --fast avoids it running graphviz, not a build dependency git_annex "map" ["--fast"] @? "map failed" - doesFileExist "map.dot" @? "map.dot not generated" - c <- readFile "map.dot" - ("this repo" `isInfixOf` c && "origin repo" `isInfixOf` c) @? ("map.dot bad content: " ++ c) test_uninit :: Test test_uninit = "git-annex uninit" ~: intmpclonerepo $ do |