summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/test.hs b/test.hs
index 431517114..5f4b0ad40 100644
--- a/test.hs
+++ b/test.hs
@@ -107,7 +107,6 @@ blackbox = TestLabel "blackbox" $ TestList
, test_fsck
, test_migrate
, test_unused
- , test_addurl
, test_describe
, test_find
, test_merge
@@ -503,13 +502,6 @@ test_unused = "git-annex unused/dropunused" ~: intmpclonerepo $ do
r <- Backend.lookupFile f
return $ fst $ fromJust r
-test_addurl :: Test
-test_addurl = "git-annex addurl" ~: intmpclonerepo $ do
- annexed_notpresent annexedfile
- -- can't check download; test suite should not access network,
- -- and starting up a web server seems excessive
- git_annex "addurl" ["--fast", "http://example.com/nosuchfile"] @? "addurl failed"
-
test_describe :: Test
test_describe = "git-annex describe" ~: intmpclonerepo $ do
git_annex "describe" [".", "this repo"] @? "describe 1 failed"