From 4c4133f0d54d9e3d5db413f2000aa34dd5b55d96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Nov 2013 12:18:16 -0400 Subject: uninit now leaves behind copies of the files, due to unannex behavior change --- Test.hs | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3