remove broken test
After ce91f10132
, unannex on a non-annexed
file is expected to fail, unless annex.skipunknown were globally
overridden to true. So this test that used to succeed should probably
fail, but it seems better to just remove it than expect it to fail.
This commit is contained in:
parent
ca5834a18c
commit
57a0fa3a4a
1 changed files with 0 additions and 2 deletions
2
Test.hs
2
Test.hs
|
@ -597,8 +597,6 @@ test_unannex_withcopy = intmpclonerepo $ do
|
|||
annexed_present annexedfile
|
||||
git_annex "unannex" [annexedfile, sha1annexedfile] "unannex"
|
||||
unannexed annexedfile
|
||||
git_annex "unannex" [annexedfile] "unannex on non-annexed file"
|
||||
unannexed annexedfile
|
||||
git_annex "unannex" [ingitfile] "unannex ingitfile should be no-op"
|
||||
unannexed ingitfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue