diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-01 12:18:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-01 12:18:16 -0400 |
commit | 4c4133f0d54d9e3d5db413f2000aa34dd5b55d96 (patch) | |
tree | 713f64be77bfb10c4dae6c388be7db21dd1b023a | |
parent | 4cc7349fbc1294393c032f2264513f8f6dba1d84 (diff) |
uninit now leaves behind copies of the files, due to unannex behavior change4.20131101
-rw-r--r-- | Test.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -806,7 +806,6 @@ test_uninit env = "git-annex uninit" ~: TestList [inbranch, normal] _ <- git_annex env "uninit" [] -- exit status not checked; does abnormal exit checkregularfile annexedfile doesDirectoryExist ".git" @? ".git vanished in uninit" - not <$> doesDirectoryExist ".git/annex" @? ".git/annex still present after uninit" test_upgrade :: TestEnv -> Test test_upgrade env = "git-annex upgrade" ~: intmpclonerepo env $ do |