summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-24 14:02:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-24 14:02:02 -0400
commitf8b2c818f502a8d1fb10c180e7ec98ab6da778c8 (patch)
treef01c0851fb1cefaf21088072f10a86c94963ecba /Test.hs
parent61b347a033e135b26a85dc820190c11a840115a2 (diff)
Fix typo in test suite.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index e40d935a9..2f632f61d 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