diff --git a/Test.hs b/Test.hs index e40d935a98..2f632f61d1 100644 --- a/Test.hs +++ b/Test.hs @@ -424,7 +424,7 @@ test_lock env = intmpclonerepoInDirect env $ do changecontent annexedfile writeFile annexedfile $ content annexedfile ++ "foo" not <$> git_annex env "lock" [annexedfile] @? "lock failed to fail without --force" - git_annex env "lock" ["---force", annexedfile] @? "lock --force failed" + git_annex env "lock" ["--force", annexedfile] @? "lock --force failed" annexed_present annexedfile git_annex env "unlock" [annexedfile] @? "unlock failed" unannexed annexedfile diff --git a/debian/changelog b/debian/changelog index 395bb5cab4..74a5c8db3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (5.20131222) UNRELEASED; urgency=medium * Add tasty to build-depends, so that test suite builds again. (tasty was stuck in incoming.) + * Fix typo in test suite. -- Joey Hess Tue, 24 Dec 2013 13:54:32 -0400