idiom
This commit is contained in:
parent
167523f09d
commit
4f9336bb60
5 changed files with 6 additions and 6 deletions
2
test.hs
2
test.hs
|
@ -88,7 +88,7 @@ test_init = "git-annex init" ~: TestCase $ innewrepo $ do
|
|||
e <- doesFileExist annexlog
|
||||
e @? (annexlog ++ " not created")
|
||||
c <- readFile annexlog
|
||||
isInfixOf reponame c @? annexlog ++ " does not contain repo name"
|
||||
reponame `isInfixOf` c @? annexlog ++ " does not contain repo name"
|
||||
where
|
||||
annexlog = ".git-annex/uuid.log"
|
||||
reponame = "test repo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue