Fix typo in test suite.

This commit is contained in:
Joey Hess 2013-12-24 14:02:02 -04:00
parent 728c00b0c2
commit 7e311a00d0
2 changed files with 2 additions and 1 deletions

View file

@ -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

1
debian/changelog vendored
View file

@ -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 <joeyh@debian.org> Tue, 24 Dec 2013 13:54:32 -0400