fix functional test breakage
This commit is contained in:
parent
a23f391d7e
commit
6416ad9e54
@ -75,19 +75,19 @@ hledger balance --version
|
|||||||
|
|
||||||
# 3. with no command, show commands list
|
# 3. with no command, show commands list
|
||||||
hledger
|
hledger
|
||||||
>>> /^hledger.*commands available/
|
>>> /^Commands/
|
||||||
>>>2
|
>>>2
|
||||||
>>>=0
|
>>>=0
|
||||||
|
|
||||||
# 4. no-command help still works if there are flags, at least the common ones
|
# 4. no-command help still works if there are flags, at least the common ones
|
||||||
hledger -fsomefile
|
hledger -fsomefile
|
||||||
>>> /^hledger.*commands available/
|
>>> /^Commands/
|
||||||
>>>2
|
>>>2
|
||||||
>>>=0
|
>>>=0
|
||||||
|
|
||||||
# 5. and also with a space between flag and value
|
# 5. and also with a space between flag and value
|
||||||
hledger -f somefile
|
hledger -f somefile
|
||||||
>>> /^hledger.*commands available/
|
>>> /^Commands/
|
||||||
>>>2
|
>>>2
|
||||||
>>>=0
|
>>>=0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user