summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-02-09 11:19:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-02-09 11:19:19 -0400
commitcf27ae27532b525b41a1d79f2d6888fa6d5f7f97 (patch)
tree7436dfcb3d6214cd1ea2c375d75649a53e3d19b2
parent82bc10d5eafa76ce06b294382e1597d67b06e911 (diff)
regression test for multi-file unannex
-rw-r--r--test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.hs b/test.hs
index 309b54176..1951b4426 100644
--- a/test.hs
+++ b/test.hs
@@ -139,7 +139,7 @@ test_unannex = "git-annex unannex" ~: TestList [nocopy, withcopy]
annexed_notpresent annexedfile
withcopy = "with content" ~: intmpcopyrepo $ do
annexed_present annexedfile
- git_annex "unannex" ["-q", annexedfile] @? "unannex failed"
+ git_annex "unannex" ["-q", annexedfile, sha1annexedfile] @? "unannex failed"
unannexed annexedfile
git_annex "unannex" ["-q", annexedfile] @? "unannex failed on non-annexed file"
unannexed annexedfile