aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-09 14:46:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-09 14:46:20 -0400
commitfd23b3ac4fb99850e017694e48ceb2538143c935 (patch)
tree39f54b51ad197a167bbf6e4ec77e67871555d0e1
parent5672bc92978b68b2020bac3a311347652d9665ca (diff)
adjust test suite for changed dropunused behavior with bogus numbers
-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