fix functional test breakage

This commit is contained in:
Simon Michael 2019-01-28 20:25:59 -08:00
parent a23f391d7e
commit 6416ad9e54

View File

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