mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
11 lines
339 B
Plaintext
11 lines
339 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
|
|
#
|
|
rm -f $$; bin/hledger register -f $$; rm -f $$
|
|
>>>
|
|
>>>2 /No journal file.*creating it/
|
|
#
|
|
rm -f $$; bin/hledger balance --no-total -f $$; rm -f $$
|
|
>>>
|
|
>>>2 /No journal file.*creating it/
|