uninit now leaves behind copies of the files, due to unannex behavior change
This commit is contained in:
parent
0399c38d13
commit
08f7dc87a5
1 changed files with 0 additions and 1 deletions
1
Test.hs
1
Test.hs
|
@ -806,7 +806,6 @@ test_uninit env = "git-annex uninit" ~: TestList [inbranch, normal]
|
||||||
_ <- git_annex env "uninit" [] -- exit status not checked; does abnormal exit
|
_ <- git_annex env "uninit" [] -- exit status not checked; does abnormal exit
|
||||||
checkregularfile annexedfile
|
checkregularfile annexedfile
|
||||||
doesDirectoryExist ".git" @? ".git vanished in uninit"
|
doesDirectoryExist ".git" @? ".git vanished in uninit"
|
||||||
not <$> doesDirectoryExist ".git/annex" @? ".git/annex still present after uninit"
|
|
||||||
|
|
||||||
test_upgrade :: TestEnv -> Test
|
test_upgrade :: TestEnv -> Test
|
||||||
test_upgrade env = "git-annex upgrade" ~: intmpclonerepo env $ do
|
test_upgrade env = "git-annex upgrade" ~: intmpclonerepo env $ do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue