regression test for multi-file unannex
This commit is contained in:
parent
82bc10d5ea
commit
cf27ae2753
1 changed files with 1 additions and 1 deletions
2
test.hs
2
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
|
||||
|
|
Loading…
Reference in a new issue