aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-01 12:18:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-01 12:18:16 -0400
commit4c4133f0d54d9e3d5db413f2000aa34dd5b55d96 (patch)
tree713f64be77bfb10c4dae6c388be7db21dd1b023a
parent4cc7349fbc1294393c032f2264513f8f6dba1d84 (diff)
uninit now leaves behind copies of the files, due to unannex behavior change4.20131101
-rw-r--r--Test.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index ba01acb38..93af17585 100644
--- a/Test.hs
+++ b/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
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