cli: fix functional tests

This commit is contained in:
Simon Michael 2017-09-14 06:14:26 -07:00
parent 6e7a14b656
commit 80fefe9c43

View File

@ -75,19 +75,19 @@ hledger balance --version
# 3. with no command, show commands list
hledger
>>> /^Commands available/
>>> /^hledger.*commands available/
>>>2
>>>=0
# 4. no-command help still works if there are flags, at least the common ones
hledger -fsomefile
>>> /^Commands available/
>>> /^hledger.*commands available/
>>>2
>>>=0
# 5. and also with a space between flag and value
hledger -f somefile
>>> /^Commands available/
>>> /^hledger.*commands available/
>>>2
>>>=0