Fix ambigous typos
This commit is contained in:
parent
1f124103dc
commit
e018ae1125
9 changed files with 12 additions and 12 deletions
2
Test.hs
2
Test.hs
|
@ -706,7 +706,7 @@ test_move_numcopies = intmpclonerepo $ do
|
|||
annexed_notpresent annexedfile
|
||||
inmainrepo $ annexed_present annexedfile
|
||||
git_annex "get" [annexedfile] "get of file"
|
||||
git_annex_shouldfail "move" ["--from", "origin", annexedfile] "move of file --from remote that violates numcopies setting not allowd"
|
||||
git_annex_shouldfail "move" ["--from", "origin", annexedfile] "move of file --from remote that violates numcopies setting not allowed"
|
||||
git_annex_shouldfail "move" ["--to", "origin", annexedfile] "move of file --to remote that violates numcopies setting not allowed"
|
||||
|
||||
test_copy :: Assertion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue