mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
# commands should generally autocreate an empty journal when missing, see also add*.test
|
|
# $$ used for safe concurrent test running, may be a bash-ism
|
|
|
|
bin/hledger register -f no-such-file-$$; rm -f no-such-file-$$
|
|
>>>
|
|
>>>2 /journal file.*not found/
|
|
>>>=0
|
|
|
|
bin/hledger balance --no-total -f no-such-file-$$; rm -f no-such-file-$$
|
|
>>>
|
|
>>>2 /journal file.*not found/
|
|
>>>=0
|