summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test.hs b/Test.hs
index 9673844ca..eab81cc0a 100644
--- a/Test.hs
+++ b/Test.hs
@@ -582,9 +582,9 @@ test_unused env = "git-annex unused/dropunused" ~: intmpclonerepoInDirect env $
@? "dropkey failed"
checkunused [sha1annexedfilekey] ("after dropkey --force " ++ Types.Key.key2file annexedfilekey)
- git_annex env "dropunused" ["1", "2"] @? "dropunused failed"
+ git_annex env "dropunused" ["1"] @? "dropunused failed"
checkunused [] "after dropunused"
- git_annex env "dropunused" ["10", "501"] @? "dropunused failed on bogus numbers"
+ not <$> git_annex env "dropunused" ["10", "501"] @? "dropunused failed to fail on bogus numbers"
where
checkunused expectedkeys desc = do