OsPath build fix
This commit is contained in:
parent
f6bd8ac9ab
commit
6a5131fe0b
1 changed files with 2 additions and 2 deletions
4
Test.hs
4
Test.hs
|
@ -556,9 +556,9 @@ test_magic = intmpclonerepo $ do
|
|||
"git-annex add with mimeencoding in largefiles"
|
||||
git_annex "sync" ["--no-content"]
|
||||
"git-annex sync"
|
||||
(isJust <$> annexeval (Annex.CatFile.catKeyFile (encodeBS "binary")))
|
||||
(isJust <$> annexeval (Annex.CatFile.catKeyFile (literalOsPath "binary")))
|
||||
@? "binary file not added to annex despite mimeencoding config"
|
||||
(isNothing <$> annexeval (Annex.CatFile.catKeyFile (encodeBS "text")))
|
||||
(isNothing <$> annexeval (Annex.CatFile.catKeyFile (literalOsPath "text")))
|
||||
@? "non-binary file got added to annex despite mimeencoding config"
|
||||
#else
|
||||
return ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue