Skip to content

Commit

Permalink
update dev setup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 17, 2015
1 parent e91d271 commit aaff402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checks/42-hledger-cli-cabal-repl.test
@@ -1,5 +1,5 @@
# cabal repl works for hledger # cabal repl works for hledger
echo :q | make repl | tail echo :q | make repl | tail
>>> /Ok, modules loaded: Hledger.Cli, / >>> /Ok, modules loaded: Main/
>>>2 >>>2
>>>= 0 >>>= 0
2 changes: 1 addition & 1 deletion checks/43-hledger-web-cabal-repl.test
@@ -1,5 +1,5 @@
# cabal repl works for hledger-web # cabal repl works for hledger-web
echo :q | make repl-web | tail echo :q | make repl-web | tail
>>> /Ok, modules loaded: Settings, Main, Hledger.Web.Main, / >>> /Ok, modules loaded: Application, Foundation,/
>>>2 >>>2
>>>= 0 >>>= 0

0 comments on commit aaff402

Please sign in to comment.