remove broken test
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Mar 2022 18:26:04 +0000 (14:26 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 1 Mar 2022 18:26:04 +0000 (14:26 -0400)
After ce91f10132805d11448896304821b0aa9c6d9845, 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.

Test.hs

diff --git a/Test.hs b/Test.hs
index de07608326ad90281e7a1c395efd1221fd4664ca..81795d140bd6db4292ca4b0d7c8ab3aa20a3a4d4 100644 (file)
--- a/Test.hs
+++ b/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