2010-07-17 04:45:12 +04:00
|
|
|
# commands should generally autocreate an empty journal when missing, see also add*.test
|
|
|
|
# $$ used for safe concurrent test running, may be a bash-ism
|
2011-08-15 02:15:39 +04:00
|
|
|
|
2015-07-12 21:54:08 +03:00
|
|
|
hledger register -f no-such-file-$$; rm -f no-such-file-$$
|
2010-07-17 04:45:12 +04:00
|
|
|
>>>
|
2011-09-23 07:53:14 +04:00
|
|
|
>>>2 /journal file.*not found/
|
2011-08-15 02:15:39 +04:00
|
|
|
>>>=0
|
|
|
|
|
2015-07-12 21:54:08 +03:00
|
|
|
hledger balance --no-total -f no-such-file-$$; rm -f no-such-file-$$
|
2010-07-17 04:45:12 +04:00
|
|
|
>>>
|
2011-09-23 07:53:14 +04:00
|
|
|
>>>2 /journal file.*not found/
|
2011-08-15 02:15:39 +04:00
|
|
|
>>>=0
|