summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-17 12:27:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-17 12:27:12 -0400
commit30f7b1599cd02b8b9bbbb76463c5d4f84cba3552 (patch)
tree43998df0936fa64c2d3deeb0c5216bc6eb0d41df /test.hs
parentc34d8ae088e284b7585b7e32330945d1e9c922f2 (diff)
parentf5f88794713ebbbbc177d064f074a80ca23e9b79 (diff)
Merge branch 'master' into assistant
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.hs b/test.hs
index 089c86bfb..9de73264e 100644
--- a/test.hs
+++ b/test.hs
@@ -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